baresip: disable ffmpeg support on i386
authorSebastian Kemper <sebastian_ml@gmx.net>
Sun, 21 Apr 2019 13:14:11 +0000 (15:14 +0200)
committerSebastian Kemper <sebastian_ml@gmx.net>
Sun, 21 Apr 2019 13:15:21 +0000 (15:15 +0200)
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>
net/baresip/Config.in

index cb1c6066f71e5cfc9b6f00cfb3798dd0283eea40..24efe8ddb0cda21c8a7f4c4b8c97e98cf12bc8d3 100644 (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