Mercurial > mplayer.hg
diff libmpcodecs/Makefile @ 20773:ef6ce7551081
Separate XviD 3 and XviD 4 tests.
author | diego |
---|---|
date | Wed, 08 Nov 2006 18:35:32 +0000 |
parents | 18ba5bc68f40 |
children | 41773d188756 |
line wrap: on
line diff
--- a/libmpcodecs/Makefile Wed Nov 08 18:32:54 2006 +0000 +++ b/libmpcodecs/Makefile Wed Nov 08 18:35:32 2006 +0000 @@ -106,10 +106,9 @@ 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 @@ 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