summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/libxinevdec/Makefile.am4
1 files changed, 0 insertions, 4 deletions
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@