mirror of
https://github.com/openwrt/telephony.git
synced 2026-04-15 19:02:14 +00:00
freeswitch-stable: rename to just freeswitch
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
menu "Advanced configuration"
|
||||
depends on PACKAGE_freeswitch-stable
|
||||
depends on PACKAGE_freeswitch
|
||||
|
||||
config FS_STABLE_WITH_DEBUG
|
||||
config FS_WITH_DEBUG
|
||||
bool "Compile with debug information"
|
||||
default n
|
||||
help
|
||||
@@ -9,51 +9,51 @@ 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
|
||||
config FS_WITH_FREETYPE
|
||||
bool "Compile with FreeType support"
|
||||
default y if x86_64
|
||||
help
|
||||
Add FreeType support to FreeSWITCH
|
||||
|
||||
config FS_STABLE_WITH_LIBYUV
|
||||
config FS_WITH_LIBYUV
|
||||
bool "Compile with libyuv support"
|
||||
default y if x86_64
|
||||
help
|
||||
Add libyuv support to FreeSWITCH
|
||||
|
||||
config FS_STABLE_WITH_ODBC
|
||||
config FS_WITH_ODBC
|
||||
bool "Compile with ODBC support"
|
||||
default y if x86_64
|
||||
help
|
||||
Enable ODBC support.
|
||||
|
||||
config FS_STABLE_WITH_PNG
|
||||
config FS_WITH_PNG
|
||||
bool "Compile with PNG support"
|
||||
default y if x86_64
|
||||
help
|
||||
Add PNG support to FreeSWITCH
|
||||
|
||||
config FS_STABLE_WITH_SRTP
|
||||
config FS_WITH_SRTP
|
||||
bool "Compile with SRTP support"
|
||||
default y
|
||||
help
|
||||
Compile with SRTP support.
|
||||
|
||||
config FS_STABLE_WITH_VPX
|
||||
config FS_WITH_VPX
|
||||
bool "Compile with VPx support"
|
||||
depends on FS_STABLE_WITH_LIBYUV
|
||||
depends on FS_WITH_LIBYUV
|
||||
default y if x86_64
|
||||
help
|
||||
Compile with VPx video codec support
|
||||
|
||||
config FS_STABLE_WITH_ZRTP
|
||||
config FS_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 y if x86_64
|
||||
help
|
||||
Compile with ZRTP support.
|
||||
|
||||
config FS_STABLE_WITH_MODCONF
|
||||
config FS_WITH_MODCONF
|
||||
bool "Include module examples"
|
||||
default y if x86_64
|
||||
help
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -5,7 +5,7 @@
|
||||
$(SPHINXBASE_BUILDDIR)/Makefile: $(SPHINXBASE_DIR)
|
||||
mkdir -p $(SPHINXBASE_BUILDDIR)
|
||||
- (cd $(SPHINXBASE_BUILDDIR) && $(DEFAULT_VARS) $(SPHINXBASE_DIR)/configure $(DEFAULT_ARGS) --srcdir=$(SPHINXBASE_DIR) --without-python CFLAGS=)
|
||||
+ (cd $(SPHINXBASE_BUILDDIR) && sed -i 's|$$(srcdir)/||g' test/regression/Makefile.am && autoreconf -v -f -i -s && $(DEFAULT_VARS) ac_cv_header_alsa_asoundlib_h=no ac_cv_header_jack_jack_h=no ac_cv_header_pulse_pulseaudio_h=no $(SPHINXBASE_DIR)/configure $(DEFAULT_ARGS) --srcdir=$(SPHINXBASE_DIR) --without-python $(FS_STABLE_USE_FIXED_POINT))
|
||||
+ (cd $(SPHINXBASE_BUILDDIR) && sed -i 's|$$(srcdir)/||g' test/regression/Makefile.am && autoreconf -v -f -i -s && $(DEFAULT_VARS) ac_cv_header_alsa_asoundlib_h=no ac_cv_header_jack_jack_h=no ac_cv_header_pulse_pulseaudio_h=no $(SPHINXBASE_DIR)/configure $(DEFAULT_ARGS) --srcdir=$(SPHINXBASE_DIR) --without-python $(FS_USE_FIXED_POINT))
|
||||
$(TOUCH_TARGET)
|
||||
|
||||
$(SPHINXBASE_BUILDDIR)/buildstamp: $(SPHINXBASE_BUILDDIR)/Makefile
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
/***************/
|
||||
#endif /* WIN32 */
|
||||
|
||||
+#if defined(FS_STABLE_ICONV_INBUF_CONST)
|
||||
+#if defined(FS_ICONV_INBUF_CONST)
|
||||
+#define ICONV_INBUF_TYPE const char **
|
||||
+#else
|
||||
+#define ICONV_INBUF_TYPE char **
|
||||
|
||||
Reference in New Issue
Block a user