diff libmpcodecs/Makefile @ 20984:41773d188756

Remove obsolete Xvid 3 support.
author diego
date Sat, 18 Nov 2006 02:40:19 +0000
parents ef6ce7551081
children 618d1857f4c4
line wrap: on
line diff
--- a/libmpcodecs/Makefile	Sat Nov 18 00:45:16 2006 +0000
+++ b/libmpcodecs/Makefile	Sat Nov 18 02:40:19 2006 +0000
@@ -107,9 +107,6 @@
 ifeq ($(XVID4),yes)
 VIDEO_SRCS+=vd_xvid4.c
 endif
-ifeq ($(XVID3),yes)
-VIDEO_SRCS+=vd_xvid.c
-endif
 ifeq ($(ZORAN),yes)
 VIDEO_SRCS+=vd_zrmjpeg.c
 endif
@@ -235,9 +232,6 @@
 ifeq ($(XVID4),yes)
 ENCODER_SRCS+=ve_xvid4.c
 endif
-ifeq ($(XVID3),yes)
-ENCODER_SRCS+=ve_xvid.c
-endif
 ifeq ($(X264),yes)
 ENCODER_SRCS+=ve_x264.c
 endif