summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@noraisin.net>2009-06-18 17:06:23 +0100
committerJan Schmidt <thaytan@noraisin.net>2009-06-20 15:21:47 +0100
commit8c89eb9a5be9307867c836f9072ecaf0cdee2e42 (patch)
treeec02c87d638068480f58c42b3d7e01f4f735e0e2
parent0d94e5a656e971f0aab2713d02e9b191d013e831 (diff)
downloadgst-plugins-bad-8c89eb9a5be9307867c836f9072ecaf0cdee2e42.tar.gz
gst-plugins-bad-8c89eb9a5be9307867c836f9072ecaf0cdee2e42.tar.bz2
gst-plugins-bad-8c89eb9a5be9307867c836f9072ecaf0cdee2e42.zip
VDPAU: Fix build flags to pull in gst-plugins-base libs
-rw-r--r--sys/vdpau/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/vdpau/Makefile.am b/sys/vdpau/Makefile.am
index f62ee0b4..93a7513a 100644
--- a/sys/vdpau/Makefile.am
+++ b/sys/vdpau/Makefile.am
@@ -9,9 +9,9 @@ libgstvdpau_la_SOURCES = \
gstvdp.c \
gstvdpyuvvideo.c
-libgstvdpau_la_CFLAGS = $(GST_CFLAGS) $(X11_CFLAGS) $(VDPAU_CFLAGS)
+libgstvdpau_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(X11_CFLAGS) $(VDPAU_CFLAGS)
libgstvdpau_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) \
- $(GST_PLUGINS_BASE) $(X11_LIBS) -lgstvideo-$(GST_MAJORMINOR) \
+ $(GST_PLUGINS_BASE_LIBS) $(X11_LIBS) -lgstvideo-$(GST_MAJORMINOR) \
$(VDPAU_LIBS)
libgstvdpau_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libgstvdpau_la_LIBTOOLFLAGS = --tag=disable-static