comparison Makefile @ 3006:4007989367bc libavcodec

TrueSpeech compatible audio decoder by Konstantin Shishkov
author diego
date Tue, 03 Jan 2006 02:30:38 +0000
parents ef2149182f1c
children e3c391312d7c
comparison
equal deleted inserted replaced
3005:6f6f307cffac 3006:4007989367bc
158 ifeq ($(CONFIG_TRUEMOTION1_DECODER),yes) 158 ifeq ($(CONFIG_TRUEMOTION1_DECODER),yes)
159 OBJS+= truemotion1.o 159 OBJS+= truemotion1.o
160 endif 160 endif
161 ifeq ($(CONFIG_TRUEMOTION2_DECODER),yes) 161 ifeq ($(CONFIG_TRUEMOTION2_DECODER),yes)
162 OBJS+= truemotion2.o 162 OBJS+= truemotion2.o
163 endif
164 ifeq ($(CONFIG_TRUESPEECH_DECODER),yes)
165 OBJS+= truespeech.o
163 endif 166 endif
164 ifeq ($(CONFIG_TSCC_DECODER),yes) 167 ifeq ($(CONFIG_TSCC_DECODER),yes)
165 OBJS+= tscc.o 168 OBJS+= tscc.o
166 endif 169 endif
167 ifeq ($(CONFIG_ULTI_DECODER),yes) 170 ifeq ($(CONFIG_ULTI_DECODER),yes)