summaryrefslogtreecommitdiff
path: root/sys/vdpau/Makefile.am
diff options
context:
space:
mode:
authorCarl-Anton Ingmarsson <ca.ingmarsson@gmail.com>2010-06-24 13:18:55 +0200
committerCarl-Anton Ingmarsson <ca.ingmarsson@gmail.com>2010-06-24 13:21:34 +0200
commitaa0444f204157c22c11a742547c9e68a9eaecc80 (patch)
tree6d785a52063136518eda5b751a0ad9e1e1a37054 /sys/vdpau/Makefile.am
parente312e2b12123407ad348dc0c45e732974a50dafa (diff)
downloadgstreamer-plugins-bad-aa0444f204157c22c11a742547c9e68a9eaecc80.tar.gz
vdpau: rename GstBaseVideoDecoder to SatBaseVideoDecoder
Diffstat (limited to 'sys/vdpau/Makefile.am')
-rw-r--r--sys/vdpau/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vdpau/Makefile.am b/sys/vdpau/Makefile.am
index 5875caf15..52b46f668 100644
--- a/sys/vdpau/Makefile.am
+++ b/sys/vdpau/Makefile.am
@@ -20,7 +20,7 @@ libgstvdpau_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(X11_CFLAGS) $
libgstvdpau_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) \
$(GST_PLUGINS_BASE_LIBS) $(X11_LIBS) -lgstvideo-$(GST_MAJORMINOR) \
-lgstinterfaces-$(GST_MAJORMINOR) $(VDPAU_LIBS) \
- basevideodecoder/libgstbasevideodecoder.la \
+ basevideodecoder/libsatbasevideodecoder.la \
gstvdp/libgstvdp-@GST_MAJORMINOR@.la
libgstvdpau_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)