summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libmpcodecs/Makefile')
-rw-r--r--libmpcodecs/Makefile14
1 files changed, 6 insertions, 8 deletions
diff --git a/libmpcodecs/Makefile b/libmpcodecs/Makefile
index 2d71861e82..fd65062240 100644
--- a/libmpcodecs/Makefile
+++ b/libmpcodecs/Makefile
@@ -106,10 +106,9 @@ VIDEO_SRCS+=vd_theora.c
endif
ifeq ($(XVID4),yes)
VIDEO_SRCS+=vd_xvid4.c
-else
- ifeq ($(XVID),yes)
- VIDEO_SRCS+=vd_xvid.c
- endif
+endif
+ifeq ($(XVID3),yes)
+VIDEO_SRCS+=vd_xvid.c
endif
ifeq ($(ZORAN),yes)
VIDEO_SRCS+=vd_zrmjpeg.c
@@ -235,10 +234,9 @@ ENCODER_SRCS+=ve_libdv.c
endif
ifeq ($(XVID4),yes)
ENCODER_SRCS+=ve_xvid4.c
-else
- ifeq ($(XVID),yes)
- ENCODER_SRCS+=ve_xvid.c
- endif
+endif
+ifeq ($(XVID3),yes)
+ENCODER_SRCS+=ve_xvid.c
endif
ifeq ($(X264),yes)
ENCODER_SRCS+=ve_x264.c