comparison Makefile @ 3209:cc86ebc32143 libavcodec

Smacker demuxer and decoder.
author kostya
date Tue, 21 Mar 2006 17:27:47 +0000
parents 084635b31002
children 8f048c3295ff
comparison
equal deleted inserted replaced
3208:084635b31002 3209:cc86ebc32143
143 ifneq ($(CONFIG_RV10_DECODER)$(CONFIG_RV20_DECODER)$(CONFIG_RV10_ENCODER)$(CONFIG_RV20_ENCODER),) 143 ifneq ($(CONFIG_RV10_DECODER)$(CONFIG_RV20_DECODER)$(CONFIG_RV10_ENCODER)$(CONFIG_RV20_ENCODER),)
144 OBJS+= rv10.o 144 OBJS+= rv10.o
145 endif 145 endif
146 ifeq ($(CONFIG_SHORTEN_DECODER),yes) 146 ifeq ($(CONFIG_SHORTEN_DECODER),yes)
147 OBJS+= shorten.o 147 OBJS+= shorten.o
148 endif
149 ifneq ($(CONFIG_SMACKER_DECODER)$(CONFIG_SMACKAUD_DECODER),)
150 OBJS+= smacker.o
148 endif 151 endif
149 ifeq ($(CONFIG_SMC_DECODER),yes) 152 ifeq ($(CONFIG_SMC_DECODER),yes)
150 OBJS+= smc.o 153 OBJS+= smc.o
151 endif 154 endif
152 ifneq ($(CONFIG_SNOW_DECODER)$(CONFIG_SNOW_ENCODER),) 155 ifneq ($(CONFIG_SNOW_DECODER)$(CONFIG_SNOW_ENCODER),)