From 0de1318a292be2be097fe0d449fa268b01bcc01d Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Tue, 10 May 2005 21:02:20 +0000 Subject: [PATCH] typo Originally committed as revision 4214 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/Makefile b/libavcodec/Makefile index d438332b79..e4795f9ede 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -124,7 +124,7 @@ endif 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),)