summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libmpcodecs/Makefile')
-rw-r--r--libmpcodecs/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/libmpcodecs/Makefile b/libmpcodecs/Makefile
index fd65062240..756edbe878 100644
--- a/libmpcodecs/Makefile
+++ b/libmpcodecs/Makefile
@@ -107,9 +107,6 @@ endif
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 @@ endif
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