summaryrefslogtreecommitdiffstats
path: root/ext/assrender/Makefile.am
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2009-02-05 17:00:30 +0100
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-02-05 17:52:38 +0100
commitaba72fcce963656c24fb06e3c017b5b911395a38 (patch)
treebfc505dcbdec4e60c8bf996e268aa2f6868676e5 /ext/assrender/Makefile.am
parenta0e06b965a3ef372652ae8c0e99babce6b83ff08 (diff)
downloadgst-plugins-bad-aba72fcce963656c24fb06e3c017b5b911395a38.tar.gz
gst-plugins-bad-aba72fcce963656c24fb06e3c017b5b911395a38.tar.bz2
gst-plugins-bad-aba72fcce963656c24fb06e3c017b5b911395a38.zip
Use GST_VIDEO_CAPS_RGB for the template caps
Diffstat (limited to 'ext/assrender/Makefile.am')
-rw-r--r--ext/assrender/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/assrender/Makefile.am b/ext/assrender/Makefile.am
index 6b454ae7..44e63094 100644
--- a/ext/assrender/Makefile.am
+++ b/ext/assrender/Makefile.am
@@ -1,8 +1,8 @@
plugin_LTLIBRARIES = libgstassrender.la
libgstassrender_la_SOURCES = gstassrender.c
-libgstassrender_la_CFLAGS = $(GST_CFLAGS) $(ASSRENDER_CFLAGS)
-libgstassrender_la_LIBADD = $(ASSRENDER_LIBS) $(GST_LIBS)
+libgstassrender_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(ASSRENDER_CFLAGS)
+libgstassrender_la_LIBADD = $(ASSRENDER_LIBS) $(GST_PLUGINS_BASE_LIBS) $(GST_LIBS) -lgstvideo-@GST_MAJORMINOR@
libgstassrender_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libgstassrender_la_LIBTOOLFLAGS = --tag=disable-static