freeswitch-stable: Add options to include more libs
[feed/telephony.git] / net / freeswitch-stable / Config.in
index f12a62a78b849c7eb2cd10bbb2b907f368bfd3f6..5e4f74caafff4d850a881f2c190732d8cf69f2d6 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,12 +42,24 @@ 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"
        default y
        help
          Compile with SRTP support.
 
+config FS_STABLE_WITH_VPX
+       bool "Compile with VPx support"
+       default n
+       help
+         Compile with VPx video codec support
+
 config FS_STABLE_WITH_ZRTP
        bool "Enable ZRTP"
        default n