diff options
author | Carl-Anton Ingmarsson <ca.ingmarsson@gmail.com> | 2010-06-24 13:18:55 +0200 |
---|---|---|
committer | Carl-Anton Ingmarsson <ca.ingmarsson@gmail.com> | 2010-06-24 13:21:34 +0200 |
commit | aa0444f204157c22c11a742547c9e68a9eaecc80 (patch) | |
tree | 6d785a52063136518eda5b751a0ad9e1e1a37054 /sys/vdpau/Makefile.am | |
parent | e312e2b12123407ad348dc0c45e732974a50dafa (diff) | |
download | gstreamer-plugins-bad-aa0444f204157c22c11a742547c9e68a9eaecc80.tar.gz |
vdpau: rename GstBaseVideoDecoder to SatBaseVideoDecoder
Diffstat (limited to 'sys/vdpau/Makefile.am')
-rw-r--r-- | 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 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) |