diff Makefile @ 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 cc55bc1f8d92
children 13dcd22f0816
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)