[vlc-devel] commit: faad contrib ( Rafaël Carré )
git version control
git at videolan.org
Mon Sep 7 13:26:56 CEST 2009
vlc | branch: master | Rafaël Carré <rafael.carre at gmail.com> | Mon Sep 7 13:26:02 2009 +0200| [f264e31b0a7cee7fdd37d097c925a64c7f1c8d44] | committer: Rafaël Carré
faad contrib
use the compiler to check -iquote support
faad use inline asm => no thumb support
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f264e31b0a7cee7fdd37d097c925a64c7f1c8d44
---
extras/contrib/src/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index dd4091c..7beba30 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -883,11 +883,11 @@ faad2-$(FAAD2_VERSION).tar.gz:
faad2: faad2-$(FAAD2_VERSION).tar.gz
$(EXTRACT_GZ)
- (cd $@; echo|$(HOSTCC) -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; sh ./bootstrap)
patch -p0 < Patches/faad-arm-fixed.patch
.faad: faad2
- (cd $< && $(HOSTCC) ./configure $(HOSTCONF) --disable-shared --prefix=$(PREFIX) CFLAGS="-O3" && sed -i.orig "s/shrext_cmds/shrext/g" libtool && make -C libfaad && make -C libfaad install)
+ (cd $< && $(HOSTCC) ./configure $(HOSTCONF) --disable-shared --prefix=$(PREFIX) CFLAGS="-O3 $(NOTHUMB)" && sed -i.orig "s/shrext_cmds/shrext/g" libtool && make -C libfaad && make -C libfaad install)
touch $@
CLEAN_FILE += .faad
More information about the vlc-devel
mailing list