From: Alban Browaeys Date: Sun, 1 Apr 2012 20:38:30 +0000 (+0200) Subject: pbutils: Link against internal gst video X-Git-Tag: 1.19.3~511^2~6598 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8e8c18233abdd5f7bb9395d71a3ea725d9b0aacb;p=platform%2Fupstream%2Fgstreamer.git pbutils: Link against internal gst video Link pbutils and encoding tests against internal version of libgstvideo. --- diff --git a/gst-libs/gst/pbutils/Makefile.am b/gst-libs/gst/pbutils/Makefile.am index 03701e174a..41106ee360 100644 --- a/gst-libs/gst/pbutils/Makefile.am +++ b/gst-libs/gst/pbutils/Makefile.am @@ -87,6 +87,8 @@ GstPbutils-@GST_API_VERSION@.gir: $(INTROSPECTION_SCANNER) libgstpbutils-@GST_AP -I$(top_srcdir)/gst-libs \ -I$(top_builddir)/gst-libs \ --add-include-path=`$(PKG_CONFIG) --variable=girdir gstreamer-@GST_API_VERSION@` \ + --library=$(top_builddir)/gst-libs/gst/video/libgstvideo-@GST_API_VERSION@.la \ + --library=$(top_builddir)/gst-libs/gst/audio/libgstaudio-@GST_API_VERSION@.la \ --library=libgstpbutils-@GST_API_VERSION@.la \ --library-path=`$(PKG_CONFIG) --variable=libdir gstreamer-@GST_API_VERSION@` \ --library=gstreamer-@GST_API_VERSION@ \ diff --git a/tests/examples/encoding/Makefile.am b/tests/examples/encoding/Makefile.am index 81e9f6a991..6b04e6745a 100644 --- a/tests/examples/encoding/Makefile.am +++ b/tests/examples/encoding/Makefile.am @@ -6,6 +6,7 @@ EXTRA_DIST = gstcapslist.h noinst_PROGRAMS = $(examples) LDADD = $(top_builddir)/gst-libs/gst/pbutils/libgstpbutils-@GST_API_VERSION@.la \ + $(top_builddir)/gst-libs/gst/video/libgstvideo-@GST_API_VERSION@.la \ $(top_builddir)/gst-libs/gst/audio/libgstaudio-@GST_API_VERSION@.la \ $(GST_BASE_LIBS) \ $(GST_LIBS)