[gst-cvs] gst-plugins-bad: vdpau: Correctly link to the local libgstvdp-0. 10 by using the libtool archive
Sebastian Dröge
slomo at kemper.freedesktop.org
Mon Apr 12 00:16:56 PDT 2010
Module: gst-plugins-bad
Branch: master
Commit: bad2aae7aeed87b83a545592bd84ddd9a71d5aa2
URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=bad2aae7aeed87b83a545592bd84ddd9a71d5aa2
Author: Sebastian Dröge <sebastian.droege at collabora.co.uk>
Date: Mon Apr 12 09:16:19 2010 +0200
vdpau: Correctly link to the local libgstvdp-0.10 by using the libtool archive
---
sys/vdpau/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sys/vdpau/Makefile.am b/sys/vdpau/Makefile.am
index deafbe6..4332d6e 100644
--- a/sys/vdpau/Makefile.am
+++ b/sys/vdpau/Makefile.am
@@ -11,7 +11,7 @@ libgstvdpau_la_SOURCES = \
libgstvdpau_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(X11_CFLAGS) $(VDPAU_CFLAGS)
libgstvdpau_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) \
$(GST_PLUGINS_BASE_LIBS) $(X11_LIBS) -lgstvideo-$(GST_MAJORMINOR) \
- -lgstinterfaces-$(GST_MAJORMINOR) $(VDPAU_LIBS) -lgstvdp-$(GST_MAJORMINOR)
+ -lgstinterfaces-$(GST_MAJORMINOR) $(VDPAU_LIBS) libgstvdp- at GST_MAJORMINOR@.la
libgstvdpau_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libgstvdpau_la_LIBTOOLFLAGS = --tag=disable-static
More information about the Gstreamer-commits
mailing list