revert useless patch that was supposed to fix DTS support (but the fix belongs to...
authorGuillaume Poirier <gpoirier@mplayerhq.hu>
Wed, 19 Oct 2005 18:42:37 +0000 (18:42 +0000)
committerGuillaume Poirier <gpoirier@mplayerhq.hu>
Wed, 19 Oct 2005 18:42:37 +0000 (18:42 +0000)
Originally committed as revision 4652 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/Makefile

index 2b4fdd2..3ac7bd2 100644 (file)
@@ -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)