summaryrefslogtreecommitdiff
path: root/audio/faad2/patches/patch-aa
diff options
context:
space:
mode:
authordillo <dillo@pkgsrc.org>2002-09-05 17:49:42 +0000
committerdillo <dillo@pkgsrc.org>2002-09-05 17:49:42 +0000
commit3411e52950bf99a808f11ba55190be0114186b82 (patch)
treef9ce27bd554941c21c90cf5b6522d86e2d1c86e8 /audio/faad2/patches/patch-aa
parent6832a169004407a4a39fbda8d0349217251301bc (diff)
downloadpkgsrc-3411e52950bf99a808f11ba55190be0114186b82.tar.gz
initial import of faad 1.1
FAAD2 is the fastest ISO AAC audio decoder available. FAAD2 correctly decodes all MPEG-4 and MPEG-2 MAIN, LOW, LTP, LD and ER object type AAC files.
Diffstat (limited to 'audio/faad2/patches/patch-aa')
-rw-r--r--audio/faad2/patches/patch-aa12
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/faad2/patches/patch-aa b/audio/faad2/patches/patch-aa
new file mode 100644
index 00000000000..3eb35530665
--- /dev/null
+++ b/audio/faad2/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1.1.1 2002/09/05 17:49:42 dillo Exp $
+
+--- bootstrap.orig Fri Jan 25 21:26:33 2002
++++ bootstrap
+@@ -5,4 +5,7 @@ autoheader
+ libtoolize --automake
+ automake --add-missing
+ autoconf
++
++(cd common/mp4v2; aclocal -I .; autoheader; libtoolize --automake; automake --add-missing; autoconf)
++
+ echo "Ready to run ./configure"