From 9918aa24e4bb04a131062bac0fc54c6e46543f3d Mon Sep 17 00:00:00 2001 From: Guillaume Poirier Date: Wed, 19 Oct 2005 18:42:37 +0000 Subject: revert useless patch that was supposed to fix DTS support (but the fix belongs to MPlayer, not FFmpeg) Originally committed as revision 4652 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 2b4fdd226c..3ac7bd25fb 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -240,7 +240,6 @@ EXTRALIBS += -L../libavutil -lavutil$(BUILDSUF) # currently using libdts for dts decoding ifeq ($(CONFIG_DTS),yes) OBJS+= dtsdec.o -CFLAGS+= $(DTS_INC) endif ifeq ($(CONFIG_FAAD),yes) -- cgit v1.2.3