summaryrefslogtreecommitdiffstats
path: root/gst
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2007-05-15 21:23:53 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2007-05-15 21:23:53 +0000
commitddb70fda5047cd8cea1027893d337a607e9916a7 (patch)
treeef0fa42b04cb5a8b9f0ecc27ec0e1d17f506fc4d /gst
parentb979d59b3dc6c2a249b6c53ccd2cf95f3daf1ba8 (diff)
downloadgst-plugins-bad-ddb70fda5047cd8cea1027893d337a607e9916a7.tar.gz
gst-plugins-bad-ddb70fda5047cd8cea1027893d337a607e9916a7.tar.bz2
gst-plugins-bad-ddb70fda5047cd8cea1027893d337a607e9916a7.zip
ext/x264/gstx264enc.c (gst_x264_enc_init_encoder): This needs a version check.
Original commit message from CVS: * ext/x264/gstx264enc.c (gst_x264_enc_init_encoder): This needs a version check. * gst/bayer/Makefile.am: Fix the build.
Diffstat (limited to 'gst')
-rw-r--r--gst/bayer/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/gst/bayer/Makefile.am b/gst/bayer/Makefile.am
index 04c09326..b4001502 100644
--- a/gst/bayer/Makefile.am
+++ b/gst/bayer/Makefile.am
@@ -1,6 +1,7 @@
plugin_LTLIBRARIES = libgstbayer.la
libgstbayer_la_SOURCES = gstbayer.c gstbayer2rgb.c
-libgstbayer_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
-libgstbayer_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -lgstbase-0.10
+libgstbayer_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)
+libgstbayer_la_LIBADD = $(GST_BASE_LIBS)
+libgstbayer_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)