summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Poirier <gpoirier@mplayerhq.hu>2005-10-19 18:42:37 +0000
committerGuillaume Poirier <gpoirier@mplayerhq.hu>2005-10-19 18:42:37 +0000
commit9918aa24e4bb04a131062bac0fc54c6e46543f3d (patch)
treeb547f9102166ae98cd5f4c3176cd3b9d7f1201f9
parent9a695e9899a4c8636fadefe8ff77321148e5e678 (diff)
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
-rw-r--r--libavcodec/Makefile1
1 files changed, 0 insertions, 1 deletions
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)