summaryrefslogtreecommitdiffstats
path: root/ext/cairo/Makefile.am
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-11-29 10:55:09 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-11-29 10:55:09 +0000
commita74dd22a066dcf7b2ded30953f4945e026df83f2 (patch)
tree595240e9507c82ecbe6509ca7df058d7ce034edd /ext/cairo/Makefile.am
parent01f2c2f7992b81c2a7578cd02fc88281c8fdb40a (diff)
ext/cairo/Makefile.am: no need to link to videofilter
Original commit message from CVS: 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org> * ext/cairo/Makefile.am: no need to link to videofilter
Diffstat (limited to 'ext/cairo/Makefile.am')
-rw-r--r--ext/cairo/Makefile.am2
1 files changed, 0 insertions, 2 deletions
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)