freeswitch-stable: import 1.8.2 from master
[feed/telephony.git] / net / freeswitch-stable / Config.in
1 menu "Advanced configuration"
2 depends on PACKAGE_freeswitch-stable
3
4 config FS_STABLE_WITH_DEBUG
5 bool "Compile with debug information"
6 default n
7 help
8 Enable extra debug codepaths, like asserts and extra output. If you
9 want to get meaningful backtraces see
10 https://wiki.openwrt.org/doc/devel/debugging for starting points.
11
12 config FS_STABLE_WITH_FREETYPE
13 bool "Compile with FreeType support"
14 default y if x86_64
15 help
16 Add FreeType support to FreeSWITCH
17
18 config FS_STABLE_WITH_LIBYUV
19 bool "Compile with libyuv support"
20 default y if x86_64
21 help
22 Add libyuv support to FreeSWITCH
23
24 config FS_STABLE_WITH_ODBC
25 bool "Compile with ODBC support"
26 default y if x86_64
27 help
28 Enable ODBC support.
29
30 config FS_STABLE_WITH_PGSQL
31 bool "Compile with PGSQL support"
32 default y if x86_64
33 help
34 Enable PostgreSQL support.
35
36 config FS_STABLE_WITH_PNG
37 bool "Compile with PNG support"
38 default y if x86_64
39 help
40 Add PNG support to FreeSWITCH
41
42 config FS_STABLE_WITH_SRTP
43 bool "Compile with SRTP support"
44 default y
45 help
46 Compile with SRTP support.
47
48 config FS_STABLE_WITH_VPX
49 bool "Compile with VPx support"
50 depends on FS_STABLE_WITH_LIBYUV
51 default y if x86_64
52 help
53 Compile with VPx video codec support
54
55 config FS_STABLE_WITH_ZRTP
56 bool "Compile with ZRTP support"
57 depends on aarch64||aarch64_be||arm||armeb||i386||mips||mips64||mips64el||mipsel||powerpc||powerpc64||powerpcle||sparc||x86_64
58 default y if x86_64
59 help
60 Compile with ZRTP support.
61
62 config FS_STABLE_WITH_MODCONF
63 bool "Include module examples"
64 default y if x86_64
65 help
66 Some modules include examples in their source directory, e.g. xml
67 snippets. Select y to include them.
68
69 endmenu