diff options
Diffstat (limited to 'audio/faad2/patches/patch-aa')
-rw-r--r-- | audio/faad2/patches/patch-aa | 24 |
1 files changed, 14 insertions, 10 deletions
diff --git a/audio/faad2/patches/patch-aa b/audio/faad2/patches/patch-aa index 3eb35530665..4c40c369f2b 100644 --- a/audio/faad2/patches/patch-aa +++ b/audio/faad2/patches/patch-aa @@ -1,12 +1,16 @@ -$NetBSD: patch-aa,v 1.1.1.1 2002/09/05 17:49:42 dillo Exp $ +$NetBSD: patch-aa,v 1.2 2004/03/28 20:16:09 mycroft Exp $ ---- bootstrap.orig Fri Jan 25 21:26:33 2002 -+++ bootstrap -@@ -5,4 +5,7 @@ autoheader - libtoolize --automake - automake --add-missing - autoconf +--- libfaad/Makefile.am.orig 2004-02-06 13:12:28.000000000 +0000 ++++ libfaad/Makefile.am 2004-03-27 22:27:18.000000000 +0000 +@@ -7,8 +7,9 @@ + pulse.c specrec.c syntax.c tns.c hcr.c huffman.c \ + rvlc.c ssr.c ssr_fb.c ssr_ipqf.c common.c \ + sbr_dct.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 sbr_dec.c \ +-analysis.h bits.h cfft.h cfft_tab.h common.h \ ++sbr_huff.c sbr_qmf.c sbr_syntax.c sbr_tf_grid.c sbr_dec.c + -+(cd common/mp4v2; aclocal -I .; autoheader; libtoolize --automake; automake --add-missing; autoconf) -+ - echo "Ready to run ./configure" ++libfaad_la_INCLUDES = analysis.h bits.h cfft.h cfft_tab.h common.h \ + decoder.h drc.h error.h fixed.h filtbank.h \ + huffman.h ic_predict.h iq_table.h is.h kbd_win.h lt_predict.h mdct.h mp4.h \ + ms.h output.h pns.h pulse.h rvlc.h sine_win.h ssr.h ssr_fb.h ssr_ipqf.h \ |