libs/speex: version bump and refactoring 4653/head
authorSebastian Kemper <sebastian_ml@gmx.net>
Sun, 30 Jul 2017 08:08:52 +0000 (10:08 +0200)
committerSebastian Kemper <sebastian_ml@gmx.net>
Sun, 30 Jul 2017 08:08:59 +0000 (10:08 +0200)
commit57b8233b579a74ee35b48279dff643873b3c6c42
treeacc10419eb4a6d3488388329743846d790849d9e
parent6e326f837d3d1dc2f299d9281b8bf30e7395e979
libs/speex: version bump and refactoring

- speexdsp has been broken out of the speex package by upstream. The
  released versions of both aren't aligned (speex is at 1.2.0, speexdsp
  at 1.2rc3). Break out speexdsp into its own Makefile accordingly.

- Don't disable VBR anymore as it has its applications (i.e. can be used
  with freeswitch-stable).

- Prevent build system from changing our CFLAGS (--enable-sse=no).

- Make integer mode depend on SOFT_FLOAT symbol so it doesn't get
  enabled on devices with FPUs.

- Use PKG_INSTALL and remove custom Build/Compile as there is no need
  for this.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
libs/speex/Makefile
libs/speexdsp/Makefile [new file with mode: 0644]