Mercurial > libavcodec.hg
diff Makefile @ 2662:2fe9599170f6 libavcodec
typo
author | michael |
---|---|
date | Tue, 10 May 2005 21:02:20 +0000 |
parents | 9541ac28509f |
children | 4fe1c19fc7a3 |
line wrap: on
line diff
--- a/Makefile Tue May 10 20:39:11 2005 +0000 +++ b/Makefile Tue May 10 21:02:20 2005 +0000 @@ -124,7 +124,7 @@ ifeq ($(CONFIG_SMC_DECODER),yes) OBJS+= smc.o endif -ifneq ($(CONFIG_SNOW_DECODER)$(CONFIG_Snow_ENCODER),) +ifneq ($(CONFIG_SNOW_DECODER)$(CONFIG_SNOW_ENCODER),) OBJS+= snow.o endif ifneq ($(CONFIG_SONIC_DECODER)$(CONFIG_SONIC_ENCODER)$(CONFIG_SONIC_LS_ENCODER),)