gst-plugins-bad: vp8: fix LIBADD order in Makefile.am
Tim Müller
tpm at kemper.freedesktop.org
Thu Mar 17 13:52:22 PDT 2011
Module: gst-plugins-bad
Branch: master
Commit: 9c554b7378ac1faeecf4c238941f4ff9cc1810d0
URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=9c554b7378ac1faeecf4c238941f4ff9cc1810d0
Author: Tim-Philipp Müller <tim.muller at collabora.co.uk>
Date: Thu Mar 17 16:34:02 2011 +0000
vp8: fix LIBADD order in Makefile.am
---
ext/vp8/Makefile.am | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/ext/vp8/Makefile.am b/ext/vp8/Makefile.am
index 43989d6..474b3ce 100644
--- a/ext/vp8/Makefile.am
+++ b/ext/vp8/Makefile.am
@@ -13,11 +13,11 @@ libgstvp8_la_CFLAGS = \
$(GST_BASE_CFLAGS) \
$(GST_CFLAGS) \
-DGST_USE_UNSTABLE_API
+libgstvp8_la_LIBADD = \
+ $(top_builddir)/gst-libs/gst/video/libgstbasevideo- at GST_MAJORMINOR@.la \
+ $(GST_PLUGINS_BASE_LIBS) -lgsttag- at GST_MAJORMINOR@ -lgstvideo- at GST_MAJORMINOR@ \
+ $(GST_BASE_LIBS) $(GST_LIBS) $(VPX_LIBS)
libgstvp8_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstvp8_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS)
-libgstvp8_la_LIBADD += $(GST_PLUGINS_BASE_LIBS) -lgsttag- at GST_MAJORMINOR@ -lgstvideo- at GST_MAJORMINOR@
-libgstvp8_la_LIBADD += $(top_builddir)/gst-libs/gst/video/libgstbasevideo- at GST_MAJORMINOR@.la
-libgstvp8_la_LIBADD += $(VPX_LIBS)
noinst_HEADERS = \
gstvp8dec.h \
More information about the gstreamer-commits
mailing list