diff options
author | Carl-Anton Ingmarsson <ca.ingmarsson@gmail.com> | 2009-10-08 20:23:33 +0200 |
---|---|---|
committer | Carl-Anton Ingmarsson <ca.ingmarsson@gmail.com> | 2009-11-22 22:38:08 +0100 |
commit | 25014f8e7c0285e7808e8e7fc1cae590f065b946 (patch) | |
tree | 7482c0b2f476e126f04048afb42f93003e5e9599 /sys/vdpau/Makefile.am | |
parent | 7753f80cf57998d868e27e9bd9fbed305bf0276b (diff) | |
download | gstreamer-plugins-bad-25014f8e7c0285e7808e8e7fc1cae590f065b946.tar.gz |
vdpau: remove now unneeded vdpauvideoyuv and vdpauyuvvideo elements
Diffstat (limited to 'sys/vdpau/Makefile.am')
-rw-r--r-- | sys/vdpau/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/vdpau/Makefile.am b/sys/vdpau/Makefile.am index b8e415120..fbc841375 100644 --- a/sys/vdpau/Makefile.am +++ b/sys/vdpau/Makefile.am @@ -3,9 +3,7 @@ plugin_LTLIBRARIES = libgstvdpau.la libgstvdpau_la_SOURCES = \ gstvdpmpegdec.c \ mpegutil.c \ - gstvdpvideoyuv.c \ gstvdp.c \ - gstvdpyuvvideo.c \ gstvdputils.c \ gstvdpvideopostprocess.c \ gstvdpsink.c @@ -20,8 +18,6 @@ libgstvdpau_la_LIBTOOLFLAGS = --tag=disable-static noinst_HEADERS = \ gstvdpmpegdec.h \ mpegutil.h \ - gstvdpvideoyuv.h \ - gstvdpyuvvideo.h \ gstvdputils.h \ gstvdpvideopostprocess.h \ gstvdpsink.h |