From: Sebastian Kemper Date: Sun, 21 Apr 2019 13:14:11 +0000 (+0200) Subject: baresip: disable ffmpeg support on i386 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=f45be8a15499d7b67fcec46a6e448702722ca017;p=feed%2Ftelephony.git baresip: disable ffmpeg support on i386 The ffmpeg full variant does not compile on i386_pentium currently. Disable ffmpeg support on i386 to prevent breakage on the buildbots. Signed-off-by: Sebastian Kemper --- diff --git a/net/baresip/Config.in b/net/baresip/Config.in index cb1c606..24efe8d 100644 --- a/net/baresip/Config.in +++ b/net/baresip/Config.in @@ -3,7 +3,7 @@ menu "bareSIP configuration" config BARESIP_WITH_FFMPEG bool "Compile with FFmpeg support" - default y if (i386||x86_64) + default y if (x86_64) help The sole purpose of this symbol is to prevent that the bareSIP video modules, the ones which depend on FFmpeg, are built by