mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-16 04:15:05 +00: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
|
||||
ifeq ($(CONFIG_DTS),yes)
|
||||
OBJS+= dtsdec.o
|
||||
CFLAGS+= $(DTS_INC)
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_FAAD),yes)
|
||||
|
Loading…
Reference in New Issue
Block a user