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
pull/126/head
Guillaume Poirier 19 years ago
parent 9a695e9899
commit 9918aa24e4
  1. 1
      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)

Loading…
Cancel
Save