comparison Makefile @ 2949:e5a10ae14ffb libavcodec

BMP image decoder
author mru
date Wed, 30 Nov 2005 01:40:50 +0000
parents aebeb38eea7a
children 5f51b1e0bed6
comparison
equal deleted inserted replaced
2948:aebeb38eea7a 2949:e5a10ae14ffb
195 OBJS+= xan.o 195 OBJS+= xan.o
196 endif 196 endif
197 ifeq ($(CONFIG_XL_DECODER),yes) 197 ifeq ($(CONFIG_XL_DECODER),yes)
198 OBJS+= xl.o 198 OBJS+= xl.o
199 endif 199 endif
200 200 ifeq ($(CONFIG_BMP_DECODER),yes)
201 201 OBJS+= bmp.o
202 endif
203
202 AMROBJS= 204 AMROBJS=
203 ifeq ($(AMR_NB),yes) 205 ifeq ($(AMR_NB),yes)
204 ifeq ($(AMR_NB_FIXED),yes) 206 ifeq ($(AMR_NB_FIXED),yes)
205 AMROBJS= amr.o 207 AMROBJS= amr.o
206 AMREXTRALIBS+= amr/*.o 208 AMREXTRALIBS+= amr/*.o