5e4f74caafff4d850a881f2c190732d8cf69f2d6
[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 n
15 help
16 Add FreeType support to FreeSWITCH
17
18 config FS_STABLE_WITH_LIBEDIT
19 bool "Compile with libedit support"
20 default y
21 help
22 Compile with libedit support to enable command-line history editing
23 and curses functionality. Of course this feels nicer when interacting
24 with FreeSWITCH (without it it doesn't feel very interactive at all),
25 but it adds additional dependencies (libedit, libncursesw, terminfo).
26
27 config FS_STABLE_WITH_LIBYUV
28 bool "Compile with libyuv support"
29 default n
30 help
31 Add libyuv support to FreeSWITCH
32
33 config FS_STABLE_WITH_ODBC
34 bool "Compile with ODBC support"
35 default n
36 help
37 Enable ODBC support.
38
39 config FS_STABLE_WITH_PGSQL
40 bool "Compile with PGSQL support"
41 default n
42 help
43 Enable PostgreSQL support.
44
45 config FS_STABLE_WITH_PNG
46 bool "Compile with PNG support"
47 default n
48 help
49 Add PNG support to FreeSWITCH
50
51 config FS_STABLE_WITH_SRTP
52 bool "Enable SRTP"
53 default y
54 help
55 Compile with SRTP support.
56
57 config FS_STABLE_WITH_VPX
58 bool "Compile with VPx support"
59 default n
60 help
61 Compile with VPx video codec support
62
63 config FS_STABLE_WITH_ZRTP
64 bool "Enable ZRTP"
65 default n
66 help
67 Compile with ZRTP support.
68
69 endmenu