comparison 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
comparison
equal deleted inserted replaced
20772:b58788cc1b27 20773:ef6ce7551081
104 ifeq ($(LIBTHEORA),yes) 104 ifeq ($(LIBTHEORA),yes)
105 VIDEO_SRCS+=vd_theora.c 105 VIDEO_SRCS+=vd_theora.c
106 endif 106 endif
107 ifeq ($(XVID4),yes) 107 ifeq ($(XVID4),yes)
108 VIDEO_SRCS+=vd_xvid4.c 108 VIDEO_SRCS+=vd_xvid4.c
109 else 109 endif
110 ifeq ($(XVID),yes) 110 ifeq ($(XVID3),yes)
111 VIDEO_SRCS+=vd_xvid.c 111 VIDEO_SRCS+=vd_xvid.c
112 endif
113 endif 112 endif
114 ifeq ($(ZORAN),yes) 113 ifeq ($(ZORAN),yes)
115 VIDEO_SRCS+=vd_zrmjpeg.c 114 VIDEO_SRCS+=vd_zrmjpeg.c
116 endif 115 endif
117 116
233 ifeq ($(LIBDV),yes) 232 ifeq ($(LIBDV),yes)
234 ENCODER_SRCS+=ve_libdv.c 233 ENCODER_SRCS+=ve_libdv.c
235 endif 234 endif
236 ifeq ($(XVID4),yes) 235 ifeq ($(XVID4),yes)
237 ENCODER_SRCS+=ve_xvid4.c 236 ENCODER_SRCS+=ve_xvid4.c
238 else 237 endif
239 ifeq ($(XVID),yes) 238 ifeq ($(XVID3),yes)
240 ENCODER_SRCS+=ve_xvid.c 239 ENCODER_SRCS+=ve_xvid.c
241 endif
242 endif 240 endif
243 ifeq ($(X264),yes) 241 ifeq ($(X264),yes)
244 ENCODER_SRCS+=ve_x264.c 242 ENCODER_SRCS+=ve_x264.c
245 endif 243 endif
246 244