From 8e8c18233abdd5f7bb9395d71a3ea725d9b0aacb Mon Sep 17 00:00:00 2001 From: Alban Browaeys Date: Sun, 1 Apr 2012 22:38:30 +0200 Subject: [PATCH] pbutils: Link against internal gst video Link pbutils and encoding tests against internal version of libgstvideo. --- gst-libs/gst/pbutils/Makefile.am | 2 ++ tests/examples/encoding/Makefile.am | 1 + 2 files changed, 3 insertions(+) diff --git a/gst-libs/gst/pbutils/Makefile.am b/gst-libs/gst/pbutils/Makefile.am index 03701e1..41106ee 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 81e9f6a..6b04e67 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) -- 2.7.4