From 69f987b4f186416d2228035f54d1620d761cdf81 Mon Sep 17 00:00:00 2001 From: Mike Melanson Date: Wed, 4 Dec 2002 05:59:23 +0000 Subject: decommission native xine SVQ1 decoder by removing its build instructions from Makefile.am; the source files will be removed in due time SVQ1 decoder: You have served your purpose well and we, the xine developers and users, salute you. And we know that your important work will be carried on by the capable codebase of ffmpeg's libavcodec. CVS patchset: 3425 CVS date: 2002/12/04 05:59:23 --- src/libxinevdec/Makefile.am | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src') diff --git a/src/libxinevdec/Makefile.am b/src/libxinevdec/Makefile.am index 9b8f31b66..eab1e3679 100644 --- a/src/libxinevdec/Makefile.am +++ b/src/libxinevdec/Makefile.am @@ -14,7 +14,6 @@ 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 \ @@ -34,9 +33,6 @@ 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