diff options
author | Jan Schmidt <thaytan@noraisin.net> | 2009-06-18 17:06:23 +0100 |
---|---|---|
committer | Jan Schmidt <thaytan@noraisin.net> | 2009-06-20 15:21:47 +0100 |
commit | 8c89eb9a5be9307867c836f9072ecaf0cdee2e42 (patch) | |
tree | ec02c87d638068480f58c42b3d7e01f4f735e0e2 /sys | |
parent | 0d94e5a656e971f0aab2713d02e9b191d013e831 (diff) |
VDPAU: Fix build flags to pull in gst-plugins-base libs
Diffstat (limited to 'sys')
-rw-r--r-- | sys/vdpau/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/vdpau/Makefile.am b/sys/vdpau/Makefile.am index f62ee0b44..93a7513a6 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 |