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 <sebastian_ml@gmx.net>
This commit is contained in:
Sebastian Kemper 2019-04-21 15:14:11 +02:00
parent 6979664769
commit f45be8a154

View file

@ -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