comparison Makefile @ 3120:1d184d61e714 libavcodec

dosbox native ZMBV decoder, courtesy of Kostya
author melanson
date Sun, 12 Feb 2006 08:53:29 +0000
parents 09ae2e981d64
children 00b0af60fe53
comparison
equal deleted inserted replaced
3119:09ae2e981d64 3120:1d184d61e714
218 ifeq ($(CONFIG_BMP_DECODER),yes) 218 ifeq ($(CONFIG_BMP_DECODER),yes)
219 OBJS+= bmp.o 219 OBJS+= bmp.o
220 endif 220 endif
221 ifeq ($(CONFIG_MMVIDEO_DECODER),yes) 221 ifeq ($(CONFIG_MMVIDEO_DECODER),yes)
222 OBJS+= mmvideo.o 222 OBJS+= mmvideo.o
223 endif
224 ifeq ($(CONFIG_ZMBV_DECODER),yes)
225 OBJS+= zmbv.o
223 endif 226 endif
224 227
225 AMROBJS= 228 AMROBJS=
226 ifeq ($(AMR_NB),yes) 229 ifeq ($(AMR_NB),yes)
227 ifeq ($(AMR_NB_FIXED),yes) 230 ifeq ($(AMR_NB_FIXED),yes)