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>
16 lines
503 B
Text
16 lines
503 B
Text
menu "bareSIP configuration"
|
|
depends on PACKAGE_baresip
|
|
|
|
config BARESIP_WITH_FFMPEG
|
|
bool "Compile with FFmpeg support"
|
|
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
|
|
default. The reason is that FFmpeg often fails to compile for
|
|
some targets, causing the bareSIP compile to fail as well.
|
|
|
|
If you want the modules which depend on FFmpeg to become
|
|
available, select 'y'.
|
|
|
|
endmenu
|