[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec Makefile,1.185,1.186
Michael Niedermayer CVS
michael
Tue May 10 23:02:23 CEST 2005
- Previous message: [Ffmpeg-cvslog] CVS: ffmpeg/libavcodec dv.c, 1.60, 1.61 mpegaudio.c, 1.22, 1.23 png.c, 1.11, 1.12 pnm.c, 1.10, 1.11 raw.c, 1.12, 1.13
- Next message: [Ffmpeg-cvslog] CVS: ffmpeg/libavcodec bitstream.c, 1.54, 1.55 bitstream.h, 1.150, 1.151
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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),)
- Previous message: [Ffmpeg-cvslog] CVS: ffmpeg/libavcodec dv.c, 1.60, 1.61 mpegaudio.c, 1.22, 1.23 png.c, 1.11, 1.12 pnm.c, 1.10, 1.11 raw.c, 1.12, 1.13
- Next message: [Ffmpeg-cvslog] CVS: ffmpeg/libavcodec bitstream.c, 1.54, 1.55 bitstream.h, 1.150, 1.151
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the ffmpeg-cvslog
mailing list