freeswitch-stable: Fixes for modules and libs
[feed/telephony.git] / net / freeswitch-stable / Config.in
index f12a62a78b849c7eb2cd10bbb2b907f368bfd3f6..991c698da2e2d2480a580cbd66ae12e60a8d8c48 100644 (file)
@@ -9,6 +9,12 @@ config FS_STABLE_WITH_DEBUG
          want to get meaningful backtraces see
          https://wiki.openwrt.org/doc/devel/debugging for starting points.
 
+config FS_STABLE_WITH_FREETYPE
+       bool "Compile with FreeType support"
+       default n
+       help
+         Add FreeType support to FreeSWITCH
+
 config FS_STABLE_WITH_LIBEDIT
        bool "Compile with libedit support"
        default y
@@ -18,6 +24,12 @@ config FS_STABLE_WITH_LIBEDIT
          with FreeSWITCH (without it it doesn't feel very interactive at all),
          but it adds additional dependencies (libedit, libncursesw, terminfo).
 
+config FS_STABLE_WITH_LIBYUV
+       bool "Compile with libyuv support"
+       default n
+       help
+         Add libyuv support to FreeSWITCH
+
 config FS_STABLE_WITH_ODBC
        bool "Compile with ODBC support"
        default n
@@ -30,16 +42,37 @@ config FS_STABLE_WITH_PGSQL
        help
          Enable PostgreSQL support.
 
+config FS_STABLE_WITH_PNG
+       bool "Compile with PNG support"
+       default n
+       help
+         Add PNG support to FreeSWITCH
+
 config FS_STABLE_WITH_SRTP
-       bool "Enable SRTP"
+       bool "Compile with SRTP support"
        default y
        help
          Compile with SRTP support.
 
+config FS_STABLE_WITH_VPX
+       bool "Compile with VPx support"
+       depends on FS_STABLE_WITH_LIBYUV
+       default n
+       help
+         Compile with VPx video codec support
+
 config FS_STABLE_WITH_ZRTP
-       bool "Enable 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
        help
          Compile with ZRTP support.
 
+config FS_STABLE_WITH_MODCONF
+       bool "Include module examples"
+       default n
+       help
+         Some modules include examples in their source directory, e.g. xml
+         snippets. Select y to include them.
+
 endmenu