comparison Makefile @ 2662:2fe9599170f6 libavcodec

typo
author michael
date Tue, 10 May 2005 21:02:20 +0000
parents 9541ac28509f
children 4fe1c19fc7a3
comparison
equal deleted inserted replaced
2661:b2846918585c 2662:2fe9599170f6
122 OBJS+= shorten.o 122 OBJS+= shorten.o
123 endif 123 endif
124 ifeq ($(CONFIG_SMC_DECODER),yes) 124 ifeq ($(CONFIG_SMC_DECODER),yes)
125 OBJS+= smc.o 125 OBJS+= smc.o
126 endif 126 endif
127 ifneq ($(CONFIG_SNOW_DECODER)$(CONFIG_Snow_ENCODER),) 127 ifneq ($(CONFIG_SNOW_DECODER)$(CONFIG_SNOW_ENCODER),)
128 OBJS+= snow.o 128 OBJS+= snow.o
129 endif 129 endif
130 ifneq ($(CONFIG_SONIC_DECODER)$(CONFIG_SONIC_ENCODER)$(CONFIG_SONIC_LS_ENCODER),) 130 ifneq ($(CONFIG_SONIC_DECODER)$(CONFIG_SONIC_ENCODER)$(CONFIG_SONIC_LS_ENCODER),)
131 OBJS+= sonic.o 131 OBJS+= sonic.o
132 endif 132 endif