diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2005-05-10 21:02:20 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2005-05-10 21:02:20 +0000 |
commit | 0de1318a292be2be097fe0d449fa268b01bcc01d (patch) | |
tree | b149bf3073f1391b9611af211c2cd86b0db4f313 | |
parent | 983ea0bc870abf651531d04f294e975cf837b8c2 (diff) | |
download | ffmpeg-0de1318a292be2be097fe0d449fa268b01bcc01d.tar.gz |
typo
Originally committed as revision 4214 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/Makefile | 2 |
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),) |