yate: clean up CONFIGURE_ARGS
authorSebastian Kemper <sebastian_ml@gmx.net>
Sat, 3 Feb 2018 13:33:48 +0000 (14:33 +0100)
committerSebastian Kemper <sebastian_ml@gmx.net>
Sat, 3 Feb 2018 13:38:32 +0000 (14:38 +0100)
commitf6ad95d6aa10e1ef2f22e4316c3bd677690ae7bd
treec29652bb1b963a4c2f3cc9c1d700960c2229fa25
parenta49531f22e130893aaf3bc5fbaad9815ce1accfe
yate: clean up CONFIGURE_ARGS

- remove ARGS that are default anyway
- enable sse2 when target is x86_64
- remove --enable-inline as that causes too many warnings:

    ilbccodec.cpp:50:7: warning: inlining failed in call to 'virtual {anonymous}::iLBCFactory::~iLBCFactory()': call is unlikely and code size would grow [-Winline]
     class iLBCFactory : public TranslatorFactory
           ^~~~~~~~~~~
    ilbccodec.cpp:50:7: note: called from here
     class iLBCFactory : public TranslatorFactory
           ^~~~~~~~~~~

- --enable-internalregex removed as yate can use external regex
- make some choices depending on whether a package is selected; otherwise the
  build might fail, i.e. when spandsp is not installed but the Makefiles tells
  the build system to use spandsp anyway

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