Commit 39a85ff7 authored by Rafaël Carré's avatar Rafaël Carré

contribs: attempt to fix osx build of faad

use autoreconf instead of faad bootstrap script
parent 16660736
...@@ -827,7 +827,7 @@ faad2-$(FAAD2_VERSION).tar.gz: ...@@ -827,7 +827,7 @@ faad2-$(FAAD2_VERSION).tar.gz:
faad2: faad2-$(FAAD2_VERSION).tar.gz faad2: faad2-$(FAAD2_VERSION).tar.gz
$(EXTRACT_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 patch -p0 < Patches/faad-arm-fixed.patch
.faad: faad2 .faad: faad2
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment