mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-03 05:10:03 +02:00
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
This commit is contained in:
parent
9a695e9899
commit
9918aa24e4
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user