summaryrefslogtreecommitdiffstats
path: root/gst
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2001-12-23 04:38:37 +0000
committerAndy Wingo <wingo@pobox.com>2001-12-23 04:38:37 +0000
commitc05f8dc809abec50eb3bcc5296a6b9cb9573a2a0 (patch)
tree586f028e3f1058777ba6fc27b1023c334f972ea7 /gst
parent3d4da9a8df77bde92a1160ab9e428f7a51fdf33c (diff)
much build fixage turns out synaesthesia and smoothwav depend on gtk, maybe they should go to ext/
Original commit message from CVS: much build fixage turns out synaesthesia and smoothwav depend on gtk, maybe they should go to ext/
Diffstat (limited to 'gst')
-rw-r--r--gst/cutter/Makefile.am1
-rw-r--r--gst/cutter/gstcutter.c4
2 files changed, 3 insertions, 2 deletions
diff --git a/gst/cutter/Makefile.am b/gst/cutter/Makefile.am
index d31d6f12..68c6c2eb 100644
--- a/gst/cutter/Makefile.am
+++ b/gst/cutter/Makefile.am
@@ -3,6 +3,7 @@ filterdir = $(libdir)/gst
filter_LTLIBRARIES = libgstcutter.la
libgstcutter_la_SOURCES = gstcutter.c
+libgstcutter_la_CFLAGS = $(GST_CFLAGS)
noinst_HEADERS = gstcutter.h filter.func
diff --git a/gst/cutter/gstcutter.c b/gst/cutter/gstcutter.c
index 8161d506..26c4b0c0 100644
--- a/gst/cutter/gstcutter.c
+++ b/gst/cutter/gstcutter.c
@@ -18,8 +18,8 @@
*/
#include <gst/gst.h>
-#include <libs/audio/gstaudio.h>
-#include "cutter.h"
+#include <gst/audio/audio.h>
+#include "gstcutter.h"
#include "math.h"