Skip to content
Snippets Groups Projects
  1. Dec 22, 2017
  2. Dec 14, 2017
  3. Dec 13, 2017
    • Sebastian Kemper's avatar
      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
    • Sebastian Kemper's avatar
      re: fix build errors on mipsel targets · c22c60b9
      Sebastian Kemper authored
      
      On most mipsel targets re fails to build because the re Makefile adds
      "-march=mips32" to CFLAGS:
      
      Assembler messages:
      Error: -mips32r2 conflicts with the other architecture options, which imply -mips32
      src/sip/addr.c:1:0: error: '-mips32r2' conflicts with the other architecture options, which specify a mips32 processor
       /**
       ^
      Makefile:92: recipe for target 'build-mipsel/sip/addr.o' failed
      
      Fix this by preventing re from adding to OpenWrt CFLAGS.
      
      Signed-off-by: default avatarSebastian Kemper <sebastian_ml@gmx.net>
      c22c60b9
  4. Dec 12, 2017
  5. Dec 08, 2017
  6. Dec 07, 2017
  7. Dec 06, 2017
  8. Dec 05, 2017
  9. Dec 03, 2017
Loading