# HG changeset patch # User gpoirier # Date 1129747357 0 # Node ID aa98fe99148e6e816a5b47ddde660511637babe3 # Parent 4a52affac0e0bef74ee2724f2db0907fd1ac885b revert useless patch that was supposed to fix DTS support (but the fix belongs to MPlayer, not FFmpeg) diff -r 4a52affac0e0 -r aa98fe99148e Makefile --- 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)