From 570318ea85fbfbbff2feb58315bcbd69cbfbb46e Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Fri, 6 Dec 2002 12:09:03 +0000 Subject: reenable our svq1 decoder for now (ffmpeg one is segfaulting) CVS patchset: 3438 CVS date: 2002/12/06 12:09:03 --- src/libxinevdec/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/libxinevdec/Makefile.am b/src/libxinevdec/Makefile.am index eab1e3679..9b8f31b66 100644 --- a/src/libxinevdec/Makefile.am +++ b/src/libxinevdec/Makefile.am @@ -14,6 +14,7 @@ lib_LTLIBRARIES = \ xineplug_decode_qtsmc.la \ xineplug_decode_roqvideo.la \ xineplug_decode_rgb.la \ + xineplug_decode_svq1.la \ xineplug_decode_yuv.la \ xineplug_decode_qtrpza.la \ xineplug_decode_wc3video.la \ @@ -33,6 +34,9 @@ xineplug_decode_msvc_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ xineplug_decode_roqvideo_la_SOURCES = roqvideo.c xineplug_decode_roqvideo_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ +xineplug_decode_svq1_la_SOURCES = svq1.c svq1_codebooks.h +xineplug_decode_svq1_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ + xineplug_decode_fli_la_SOURCES = fli.c xineplug_decode_fli_la_LIBADD = $(XINE_LIB) xineplug_decode_fli_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ -- cgit v1.2.3