From a74dd22a066dcf7b2ded30953f4945e026df83f2 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 29 Nov 2005 10:55:09 +0000 Subject: ext/cairo/Makefile.am: no need to link to videofilter Original commit message from CVS: 2005-11-29 Thomas Vander Stichele * ext/cairo/Makefile.am: no need to link to videofilter --- ChangeLog | 5 +++++ ext/cairo/Makefile.am | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 32a6e56e..031221ab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-11-29 Thomas Vander Stichele + + * ext/cairo/Makefile.am: + no need to link to videofilter + 2005-11-29 Thomas Vander Stichele * gst/debug/Makefile.am: diff --git a/ext/cairo/Makefile.am b/ext/cairo/Makefile.am index 1951d562..679784e2 100644 --- a/ext/cairo/Makefile.am +++ b/ext/cairo/Makefile.am @@ -8,12 +8,10 @@ libgstcairo_la_SOURCES = \ gsttextoverlay.c libgstcairo_la_CFLAGS = \ - -I$(top_srcdir)/gst/videofilter \ $(GST_PLUGINS_BASE_CFLAGS) \ $(GST_BASE_CFLAGS) \ $(GST_CFLAGS) $(CAIRO_CFLAGS) libgstcairo_la_LIBADD = \ - $(top_builddir)/gst/videofilter/libgstvideofilter-$(GST_MAJORMINOR).la \ $(GST_BASE_LIBS) \ $(GST_LIBS) $(CAIRO_LIBS) -lm libgstcairo_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -- cgit