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
.faad2: faad2
$(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 $</libfaad && $(MAKE) install
touch $@
......@@ -38,7 +38,7 @@ endif
.speex: speex
$(RECONF)
cd $< && $(HOSTVARS) CFLAGS="$(CFLAGS) $(NOTHUMB)" ./configure $(HOSTCONF) $(CONFIG_OPTS)
cd $< && $(HOSTVARS) ./configure $(HOSTCONF) $(CONFIG_OPTS)
cd $< && $(MAKE) install
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