[vlc-devel] commit: tremor: can't generate thumb code because of inline asm ( Rafaël Carré )
git version control
git at videolan.org
Mon Aug 31 13:47:29 CEST 2009
vlc | branch: master | Rafaël Carré <rafael.carre at gmail.com> | Mon Aug 31 13:38:17 2009 +0200| [f5c5756cd6745e80917abfe592b52fa44cc5ee69] | committer: Rafaël Carré
tremor: can't generate thumb code because of inline asm
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f5c5756cd6745e80917abfe592b52fa44cc5ee69
---
extras/contrib/src/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index db932b3..a827ce8 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -728,7 +728,7 @@ tremor: tremor-$(TREMOR_VERSION).tar.bz2
endif
.tremor: tremor .ogg
- (cd $<; $(HOSTCC) ./autogen.sh $(HOSTCONF) --prefix=$(PREFIX) --disable-shared && make && make install)
+ (cd $<; $(HOSTCC) ./autogen.sh $(HOSTCONF) --prefix=$(PREFIX) --disable-shared CFLAGS="$(NOTHUMB)" && make && make install)
$(INSTALL_NAME)
touch $@
More information about the vlc-devel
mailing list