Skip to content
Snippets Groups Projects
  • Sebastian Kemper's avatar
    23b3363a
    baresip: add symbol to prevent FFmpeg dependency by default · 23b3363a
    Sebastian Kemper authored
    
    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: default avatarSebastian Kemper <sebastian_ml@gmx.net>
    23b3363a
    History
    baresip: add symbol to prevent FFmpeg dependency by default
    Sebastian Kemper authored
    
    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: default avatarSebastian Kemper <sebastian_ml@gmx.net>