[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec Makefile,1.185,1.186

Michael Niedermayer CVS michael
Tue May 10 23:02:23 CEST 2005


Update of /cvsroot/ffmpeg/ffmpeg/libavcodec
In directory mail:/var2/tmp/cvs-serv28484

Modified Files:
	Makefile 
Log Message:
typo


Index: Makefile
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/Makefile,v
retrieving revision 1.185
retrieving revision 1.186
diff -u -d -r1.185 -r1.186
--- Makefile	8 May 2005 15:04:59 -0000	1.185
+++ Makefile	10 May 2005 21:02:20 -0000	1.186
@@ -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),)





More information about the ffmpeg-cvslog mailing list