Commit 2b0d0bc0 authored by Tristan Matthews's avatar Tristan Matthews Committed by Jean-Baptiste Kempf

contrib: speex: skip RECONF

(cherry picked from commit 10e45b15e775c16d4362e1d8a99af554e42a4151)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 2ac72914
...@@ -29,7 +29,6 @@ SPEEX_CONF += --disable-neon ...@@ -29,7 +29,6 @@ SPEEX_CONF += --disable-neon
endif endif
.speex: speex .speex: speex
mkdir -p $</m4 && $(RECONF)
cd $< && $(HOSTVARS) ./configure $(HOSTCONF) $(SPEEX_CONF) cd $< && $(HOSTVARS) ./configure $(HOSTCONF) $(SPEEX_CONF)
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