summaryrefslogtreecommitdiff
path: root/src/libxinevdec/Makefile.am
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2003-01-19 19:42:00 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2003-01-19 19:42:00 +0000
commit4bf515ad59f0ce046f95976e4e2469c91c8a01ac (patch)
tree40f04c82dba273d17d357cbb45d939c6d6f6288a /src/libxinevdec/Makefile.am
parent9f7cb7737ef8978a5844230a392cff32a23372a2 (diff)
downloadxine-lib-4bf515ad59f0ce046f95976e4e2469c91c8a01ac.tar.gz
xine-lib-4bf515ad59f0ce046f95976e4e2469c91c8a01ac.tar.bz2
a dummy video decoder for v4l input
CVS patchset: 3971 CVS date: 2003/01/19 19:42:00
Diffstat (limited to 'src/libxinevdec/Makefile.am')
-rw-r--r--src/libxinevdec/Makefile.am7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/libxinevdec/Makefile.am b/src/libxinevdec/Makefile.am
index 9878a6d8c..5e6e2e256 100644
--- a/src/libxinevdec/Makefile.am
+++ b/src/libxinevdec/Makefile.am
@@ -19,7 +19,8 @@ lib_LTLIBRARIES = \
xineplug_decode_qtrpza.la \
xineplug_decode_wc3video.la \
xineplug_decode_qtrle.la \
- xineplug_decode_interplayvideo.la
+ xineplug_decode_interplayvideo.la \
+ xineplug_decode_yuv_frames.la
xineplug_decode_cinepak_la_SOURCES = cinepak.c
xineplug_decode_cinepak_la_LIBADD = $(XINE_LIB)
@@ -81,6 +82,10 @@ 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@
+
noinst_HEADERS = svq1_codebooks.h
$(XINE_LIB):