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:
parent
6979664769
commit
f45be8a154
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue