# HG changeset patch # User michael # Date 1115758940 0 # Node ID 2fe9599170f613c813f395a97a1df639b7d571c9 # Parent b2846918585c77021b595b4f1a1625b0a888c7c1 typo diff -r b2846918585c -r 2fe9599170f6 Makefile --- 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),)