Commit 9918aa24 authored by Guillaume Poirier's avatar Guillaume Poirier

revert useless patch that was supposed to fix DTS support (but the fix belongs...

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
parent 9a695e98
...@@ -240,7 +240,6 @@ EXTRALIBS += -L../libavutil -lavutil$(BUILDSUF) ...@@ -240,7 +240,6 @@ EXTRALIBS += -L../libavutil -lavutil$(BUILDSUF)
# currently using libdts for dts decoding # currently using libdts for dts decoding
ifeq ($(CONFIG_DTS),yes) ifeq ($(CONFIG_DTS),yes)
OBJS+= dtsdec.o OBJS+= dtsdec.o
CFLAGS+= $(DTS_INC)
endif endif
ifeq ($(CONFIG_FAAD),yes) ifeq ($(CONFIG_FAAD),yes)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment