comparison Makefile @ 3119:09ae2e981d64 libavcodec

complete American Laser Games MM playback system, courtesy of Peter Ross (suxen_drol at hotmail dot com)
author melanson
date Sun, 12 Feb 2006 06:49:40 +0000
parents 01b58c3b8a91
children 1d184d61e714
comparison
equal deleted inserted replaced
3118:01b58c3b8a91 3119:09ae2e981d64
215 ifeq ($(CONFIG_XL_DECODER),yes) 215 ifeq ($(CONFIG_XL_DECODER),yes)
216 OBJS+= xl.o 216 OBJS+= xl.o
217 endif 217 endif
218 ifeq ($(CONFIG_BMP_DECODER),yes) 218 ifeq ($(CONFIG_BMP_DECODER),yes)
219 OBJS+= bmp.o 219 OBJS+= bmp.o
220 endif
221 ifeq ($(CONFIG_MMVIDEO_DECODER),yes)
222 OBJS+= mmvideo.o
220 endif 223 endif
221 224
222 AMROBJS= 225 AMROBJS=
223 ifeq ($(AMR_NB),yes) 226 ifeq ($(AMR_NB),yes)
224 ifeq ($(AMR_NB_FIXED),yes) 227 ifeq ($(AMR_NB_FIXED),yes)