changeset 2915:aa98fe99148e libavcodec

revert useless patch that was supposed to fix DTS support (but the fix belongs to MPlayer, not FFmpeg)
author gpoirier
date Wed, 19 Oct 2005 18:42:37 +0000
parents 4a52affac0e0
children 767156b9aa0d
files Makefile
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Tue Oct 18 20:31:12 2005 +0000
+++ b/Makefile	Wed Oct 19 18:42:37 2005 +0000
@@ -240,7 +240,6 @@
 # currently using libdts for dts decoding
 ifeq ($(CONFIG_DTS),yes)
 OBJS+= dtsdec.o
-CFLAGS+= $(DTS_INC)
 endif
 
 ifeq ($(CONFIG_FAAD),yes)