diff options
author | Guillaume Poirier <gpoirier@mplayerhq.hu> | 2005-10-19 18:42:37 +0000 |
---|---|---|
committer | Guillaume Poirier <gpoirier@mplayerhq.hu> | 2005-10-19 18:42:37 +0000 |
commit | 9918aa24e4bb04a131062bac0fc54c6e46543f3d (patch) | |
tree | b547f9102166ae98cd5f4c3176cd3b9d7f1201f9 /libavcodec | |
parent | 9a695e9899a4c8636fadefe8ff77321148e5e678 (diff) | |
download | ffmpeg-9918aa24e4bb04a131062bac0fc54c6e46543f3d.tar.gz |
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
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/Makefile | 1 |
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) |