baresip: add symbol to prevent FFmpeg dependency by default 226/head
authorSebastian Kemper <sebastian_ml@gmx.net>
Wed, 13 Dec 2017 18:37:11 +0000 (19:37 +0100)
committerSebastian Kemper <sebastian_ml@gmx.net>
Wed, 13 Dec 2017 18:37:13 +0000 (19:37 +0100)
commit23b3363a5e299082d354656b6a3a7ccb70ea7bd7
treed9eedc800006e683b6556990aea684a2eada5ace
parentc22c60b9fd32d19030044266e1d61205c7c2150f
baresip: add symbol to prevent FFmpeg dependency by default

Currently baresip often fails to build because the FFmpeg compile was
not successful:

  CC [M]  build-mipsel/modules/avcodec/avcodec.o
modules/avcodec/avcodec.c:9:32: fatal error: libavcodec/avcodec.h: No such file or directory
compilation terminated.

Address this by adding a configuration symbol that prevents the
FFmpeg-depending modules from being selected by default, except on i386
and x86_64.

It is better having baresip packages without these video modules than
not having baresip packages at all.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
net/baresip/Config.in [new file with mode: 0644]
net/baresip/Makefile