freeswitch-stable: Enable extra symbols for x86_64 target

There is no space constraint on x86_64, so enable the extra symbols for
a complete feature set.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
This commit is contained in:
Sebastian Kemper 2017-07-09 13:03:14 +02:00
parent 4cfbc9c933
commit e0651d98e5

View file

@ -11,7 +11,7 @@ config FS_STABLE_WITH_DEBUG
config FS_STABLE_WITH_FREETYPE
bool "Compile with FreeType support"
default n
default y if x86_64
help
Add FreeType support to FreeSWITCH
@ -26,25 +26,25 @@ config FS_STABLE_WITH_LIBEDIT
config FS_STABLE_WITH_LIBYUV
bool "Compile with libyuv support"
default n
default y if x86_64
help
Add libyuv support to FreeSWITCH
config FS_STABLE_WITH_ODBC
bool "Compile with ODBC support"
default n
default y if x86_64
help
Enable ODBC support.
config FS_STABLE_WITH_PGSQL
bool "Compile with PGSQL support"
default n
default y if x86_64
help
Enable PostgreSQL support.
config FS_STABLE_WITH_PNG
bool "Compile with PNG support"
default n
default y if x86_64
help
Add PNG support to FreeSWITCH
@ -57,20 +57,20 @@ config FS_STABLE_WITH_SRTP
config FS_STABLE_WITH_VPX
bool "Compile with VPx support"
depends on FS_STABLE_WITH_LIBYUV
default n
default y if x86_64
help
Compile with VPx video codec support
config FS_STABLE_WITH_ZRTP
bool "Compile with ZRTP support"
depends on aarch64||aarch64_be||arm||armeb||i386||mips||mips64||mips64el||mipsel||powerpc||powerpc64||powerpcle||sparc||x86_64
default n
default y if x86_64
help
Compile with ZRTP support.
config FS_STABLE_WITH_MODCONF
bool "Include module examples"
default n
default y if x86_64
help
Some modules include examples in their source directory, e.g. xml
snippets. Select y to include them.