comparison libmpcodecs/Makefile @ 20984:41773d188756

Remove obsolete Xvid 3 support.
author diego
date Sat, 18 Nov 2006 02:40:19 +0000
parents ef6ce7551081
children 618d1857f4c4
comparison
equal deleted inserted replaced
20983:4da452b25fd5 20984:41773d188756
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 endif
110 ifeq ($(XVID3),yes)
111 VIDEO_SRCS+=vd_xvid.c
112 endif 109 endif
113 ifeq ($(ZORAN),yes) 110 ifeq ($(ZORAN),yes)
114 VIDEO_SRCS+=vd_zrmjpeg.c 111 VIDEO_SRCS+=vd_zrmjpeg.c
115 endif 112 endif
116 113
233 ENCODER_SRCS+=ve_libdv.c 230 ENCODER_SRCS+=ve_libdv.c
234 endif 231 endif
235 ifeq ($(XVID4),yes) 232 ifeq ($(XVID4),yes)
236 ENCODER_SRCS+=ve_xvid4.c 233 ENCODER_SRCS+=ve_xvid4.c
237 endif 234 endif
238 ifeq ($(XVID3),yes)
239 ENCODER_SRCS+=ve_xvid.c
240 endif
241 ifeq ($(X264),yes) 235 ifeq ($(X264),yes)
242 ENCODER_SRCS+=ve_x264.c 236 ENCODER_SRCS+=ve_x264.c
243 endif 237 endif
244 238
245 239