Mercurial > libavcodec.hg
changeset 2662:2fe9599170f6 libavcodec
typo
author | michael |
---|---|
date | Tue, 10 May 2005 21:02:20 +0000 |
parents | b2846918585c |
children | b33be8b00488 |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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),)