From f45be8a15499d7b67fcec46a6e448702722ca017 Mon Sep 17 00:00:00 2001 From: Sebastian Kemper Date: Sun, 21 Apr 2019 15:14:11 +0200 Subject: [PATCH] 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 --- net/baresip/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2