diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2002-12-06 12:09:03 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2002-12-06 12:09:03 +0000 |
commit | 570318ea85fbfbbff2feb58315bcbd69cbfbb46e (patch) | |
tree | b07aef3f0229f3d96841e3a7a720d0b62f89d732 | |
parent | 6109b56de74cfcda6321fcd5e37cac988734119c (diff) | |
download | xine-lib-570318ea85fbfbbff2feb58315bcbd69cbfbb46e.tar.gz xine-lib-570318ea85fbfbbff2feb58315bcbd69cbfbb46e.tar.bz2 |
reenable our svq1 decoder for now (ffmpeg one is segfaulting)
CVS patchset: 3438
CVS date: 2002/12/06 12:09:03
-rw-r--r-- | src/libxinevdec/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
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@ |