From df74e8c851289bb212fd2d7ca4a16ee1c143a81b Mon Sep 17 00:00:00 2001 From: Graeme Gregory Date: Wed, 21 Jun 2006 08:55:58 +0000 Subject: mplayer_1.0pre8.bb : new version, moved patches to generic files directory as they apply to multiple versions. --- packages/mplayer/files/libfaad-fixed.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 packages/mplayer/files/libfaad-fixed.patch (limited to 'packages/mplayer/files/libfaad-fixed.patch') diff --git a/packages/mplayer/files/libfaad-fixed.patch b/packages/mplayer/files/libfaad-fixed.patch new file mode 100644 index 0000000000..2b85179038 --- /dev/null +++ b/packages/mplayer/files/libfaad-fixed.patch @@ -0,0 +1,16 @@ +--- mplayer-1.1.5/libfaad2/Makefile.orig 2006-05-12 14:45:49.000000000 +0100 ++++ mplayer-1.1.5/libfaad2/Makefile 2006-05-12 14:46:36.000000000 +0100 +@@ -6,11 +6,11 @@ + SRCS = bits.c cfft.c common.c decoder.c drc.c error.c filtbank.c hcr.c huffman.c ic_predict.c is.c lt_predict.c mdct.c mp4.c ms.c output.c pns.c ps_dec.c ps_syntax.c pulse.c rvlc.c sbr_dct.c sbr_dec.c sbr_e_nf.c sbr_fbt.c sbr_hfadj.c sbr_hfgen.c sbr_huff.c sbr_qmf.c sbr_syntax.c sbr_tf_grid.c specrec.c ssr.c ssr_fb.c ssr_ipqf.c syntax.c tns.c + OBJS = $(SRCS:.c=.o) + +-CFLAGS = -I. $(OPTFLAGS) ++#CFLAGS = -I. $(OPTFLAGS) + + # Uncomment this to use the FIXED_POINT implementation of FAAD2. + # This should improve performance, especially for SBR files. +-#CFLAGS = -I. $(OPTFLAGS) -DFIXED_POINT ++CFLAGS = -I. $(OPTFLAGS) -DFIXED_POINT + + .SUFFIXES: .c .o + -- cgit v1.2.3