Browse Source

typo

Originally committed as revision 4214 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer 20 years ago
parent
commit
0de1318a29
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/Makefile

+ 1
- 1
libavcodec/Makefile View File

@@ -124,7 +124,7 @@ endif
ifeq ($(CONFIG_SMC_DECODER),yes) ifeq ($(CONFIG_SMC_DECODER),yes)
OBJS+= smc.o OBJS+= smc.o
endif endif
ifneq ($(CONFIG_SNOW_DECODER)$(CONFIG_Snow_ENCODER),)
ifneq ($(CONFIG_SNOW_DECODER)$(CONFIG_SNOW_ENCODER),)
OBJS+= snow.o OBJS+= snow.o
endif endif
ifneq ($(CONFIG_SONIC_DECODER)$(CONFIG_SONIC_ENCODER)$(CONFIG_SONIC_LS_ENCODER),) ifneq ($(CONFIG_SONIC_DECODER)$(CONFIG_SONIC_ENCODER)$(CONFIG_SONIC_LS_ENCODER),)


Loading…
Cancel
Save