libs/speex and libs/speexdsp: fix configure params 4656/head
authorSebastian Kemper <sebastian_ml@gmx.net>
Sun, 30 Jul 2017 15:41:07 +0000 (17:41 +0200)
committerSebastian Kemper <sebastian_ml@gmx.net>
Sun, 30 Jul 2017 15:51:43 +0000 (17:51 +0200)
commit6890d65ebd61072bb43775115a3bea53364ae711
tree4df3211e5558f5954be1649976f58bfdffc797dc
parentc1faf78ed48dd9cb43653b1e96b34a0e96c04caf
libs/speex and libs/speexdsp: fix configure params

- Remove ogg params from speex configure as it doesn't know about them.

- Remove --enable-sse=no from both speex and speexdsp. The configure
  scripts do actually not add items to our CFLAGS like previously
  assumed.

- When --disable-float-api is used VBR needs to be disabled as well, as
  VBR has not been implemented with fixed-point math in speex (yet). So
  add --disable-vbr when --disable-float-api is used.

- In speexdsp 1.2rc2 optimizations for NEON were added. Unfortunately
  the ASM does not work for 64bit ARM. So force NEON optimizations off
  when compiling for AARCH64.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
libs/speex/Makefile
libs/speexdsp/Makefile