Commit 95ab33bd authored by Rafaël Carré's avatar Rafaël Carré

contrib: faad and speex build fine with -mthumb

parent 0abf5027
...@@ -23,7 +23,7 @@ endif ...@@ -23,7 +23,7 @@ endif
.faad2: faad2 .faad2: faad2
$(RECONF) $(RECONF)
cd $< && $(HOSTVARS) ./configure --without-drm $(HOSTCONF) CFLAGS="$(NOTHUMB)" cd $< && $(HOSTVARS) ./configure --without-drm $(HOSTCONF)
cd $< && sed -i.orig "s/shrext_cmds/shrext/g" libtool cd $< && sed -i.orig "s/shrext_cmds/shrext/g" libtool
cd $</libfaad && $(MAKE) install cd $</libfaad && $(MAKE) install
touch $@ touch $@
...@@ -38,7 +38,7 @@ endif ...@@ -38,7 +38,7 @@ endif
.speex: speex .speex: speex
$(RECONF) $(RECONF)
cd $< && $(HOSTVARS) CFLAGS="$(CFLAGS) $(NOTHUMB)" ./configure $(HOSTCONF) $(CONFIG_OPTS) cd $< && $(HOSTVARS) ./configure $(HOSTCONF) $(CONFIG_OPTS)
cd $< && $(MAKE) install cd $< && $(MAKE) install
touch $@ touch $@
......
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