[vlc-commits] commit: contribs: attempt to fix osx build of faad ( Rafaël Carré )
git at videolan.org
git at videolan.org
Mon Nov 1 00:38:53 CET 2010
vlc | branch: master | Rafaël Carré <rafael.carre at gmail.com> | Mon Nov 1 00:38:22 2010 +0100| [39a85ff7e7dc0ca2cc60da1bc7ca5937e39c186c] | committer: Rafaël Carré
contribs: attempt to fix osx build of faad
use autoreconf instead of faad bootstrap script
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=39a85ff7e7dc0ca2cc60da1bc7ca5937e39c186c
---
extras/contrib/src/contrib-src.mak | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/extras/contrib/src/contrib-src.mak b/extras/contrib/src/contrib-src.mak
index aa4b83c..84ec611 100644
--- a/extras/contrib/src/contrib-src.mak
+++ b/extras/contrib/src/contrib-src.mak
@@ -827,7 +827,7 @@ faad2-$(FAAD2_VERSION).tar.gz:
faad2: faad2-$(FAAD2_VERSION).tar.gz
$(EXTRACT_GZ)
- (cd $@; echo|$(CC) -iquote . -E - || sed -i 's/-iquote /-I/' libfaad/Makefile.am; sh ./bootstrap)
+ (cd $@; echo|$(CC) -iquote . -E - || sed -i 's/-iquote /-I/' libfaad/Makefile.am; autoreconf -ivf)
patch -p0 < Patches/faad-arm-fixed.patch
.faad: faad2
More information about the vlc-commits
mailing list