summaryrefslogtreecommitdiff
path: root/src/libxinevdec/Makefile.am
diff options
context:
space:
mode:
authorJames Stembridge <jstembridge@users.sourceforge.net>2004-03-10 22:54:52 +0000
committerJames Stembridge <jstembridge@users.sourceforge.net>2004-03-10 22:54:52 +0000
commit0627ab6d893c54b95bd8fb7d1135dd1182488d3e (patch)
treef659292b6d8b92dbe9518bec122244ab471c358f /src/libxinevdec/Makefile.am
parent66aacfedf41c1d401c3dec4ad3199657a29968c4 (diff)
downloadxine-lib-0627ab6d893c54b95bd8fb7d1135dd1182488d3e.tar.gz
xine-lib-0627ab6d893c54b95bd8fb7d1135dd1182488d3e.tar.bz2
Remove defunct v4l specific yuv_frames decoder
CVS patchset: 6241 CVS date: 2004/03/10 22:54:52
Diffstat (limited to 'src/libxinevdec/Makefile.am')
-rw-r--r--src/libxinevdec/Makefile.am7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/libxinevdec/Makefile.am b/src/libxinevdec/Makefile.am
index 2848ab57e..c114f44d4 100644
--- a/src/libxinevdec/Makefile.am
+++ b/src/libxinevdec/Makefile.am
@@ -24,8 +24,7 @@ lib_LTLIBRARIES = $(image_module) \
xineplug_decode_qtrpza.la \
xineplug_decode_wc3video.la \
xineplug_decode_qtrle.la \
- xineplug_decode_interplayvideo.la \
- xineplug_decode_yuv_frames.la
+ xineplug_decode_interplayvideo.la
xineplug_decode_bitplane_la_SOURCES = bitplane.c
xineplug_decode_bitplane_la_LIBADD = $(XINE_LIB)
@@ -91,10 +90,6 @@ xineplug_decode_interplayvideo_la_SOURCES = interplayvideo.c
xineplug_decode_interplayvideo_la_LIBADD = $(XINE_LIB)
xineplug_decode_interplayvideo_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@
-xineplug_decode_yuv_frames_la_SOURCES = yuv_frames.c
-xineplug_decode_yuv_frames_la_LIBADD = $(XINE_LIB)
-xineplug_decode_yuv_frames_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@
-
xineplug_decode_image_la_SOURCES = image.c
xineplug_decode_image_la_LIBADD = $(XINE_LIB) $(DYNAMIC_LD_LIBS) $(PNG_LIBS)
xineplug_decode_image_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@