[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec Makefile,1.206,1.207
Guillaume Poirier CVS
gpoirier
Wed Oct 19 20:42:40 CEST 2005
Update of /cvsroot/ffmpeg/ffmpeg/libavcodec
In directory mail:/var2/tmp/cvs-serv26464/libavcodec
Modified Files:
Makefile
Log Message:
revert useless patch that was supposed to fix DTS support (but the fix belongs to MPlayer, not FFmpeg)
Index: Makefile
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/Makefile,v
retrieving revision 1.206
retrieving revision 1.207
diff -u -d -r1.206 -r1.207
--- Makefile 18 Oct 2005 20:16:42 -0000 1.206
+++ Makefile 19 Oct 2005 18:42:37 -0000 1.207
@@ -240,7 +240,6 @@
# currently using libdts for dts decoding
ifeq ($(CONFIG_DTS),yes)
OBJS+= dtsdec.o
-CFLAGS+= $(DTS_INC)
endif
ifeq ($(CONFIG_FAAD),yes)
More information about the ffmpeg-cvslog
mailing list