summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2005-05-10 21:02:20 +0000
committerMichael Niedermayer <michaelni@gmx.at>2005-05-10 21:02:20 +0000
commit0de1318a292be2be097fe0d449fa268b01bcc01d (patch)
treeb149bf3073f1391b9611af211c2cd86b0db4f313 /libavcodec/Makefile
parent983ea0bc870abf651531d04f294e975cf837b8c2 (diff)
typo
Originally committed as revision 4214 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile2
1 files changed, 1 insertions, 1 deletions
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),)