diff options
author | Stefan Kost <ensonic@users.sf.net> | 2009-06-22 23:50:49 +0300 |
---|---|---|
committer | Stefan Kost <ensonic@users.sf.net> | 2009-06-22 23:50:49 +0300 |
commit | a2a0322df9a7005a01aafb5efc32fcc1179d205c (patch) | |
tree | 6b9c23a9b5886397ccacf073f5dd4778a5738b8d /ext/lv2/gstlv2.h | |
parent | 74f065ee755838ab8fd34b76840e0660a13b5ff8 (diff) | |
download | gstreamer-plugins-bad-a2a0322df9a7005a01aafb5efc32fcc1179d205c.tar.gz |
signalprocessor: use $(top_builddir) instead of relative paths
Diffstat (limited to 'ext/lv2/gstlv2.h')
-rw-r--r-- | ext/lv2/gstlv2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/lv2/gstlv2.h b/ext/lv2/gstlv2.h index f76235b45..389c03d18 100644 --- a/ext/lv2/gstlv2.h +++ b/ext/lv2/gstlv2.h @@ -28,7 +28,7 @@ #include <gst/gst.h> -#include "../../gst-libs/gst/signalprocessor/gstsignalprocessor.h" +#include <gst/signalprocessor/gstsignalprocessor.h> G_BEGIN_DECLS |