From c05f8dc809abec50eb3bcc5296a6b9cb9573a2a0 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Sun, 23 Dec 2001 04:38:37 +0000 Subject: 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/ --- gst/cutter/Makefile.am | 1 + gst/cutter/gstcutter.c | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'gst') 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 -#include -#include "cutter.h" +#include +#include "gstcutter.h" #include "math.h" -- cgit