Skip to content
Snippets Groups Projects
  1. Jun 18, 2020
    • Steve Lhomme's avatar
      contrib: ffmpeg: use -Og in non optimized builds · c20a10f0
      Steve Lhomme authored
      It's better than -O0 in some cases, like clang on i686 that gives this error:
      
       In file included from libavcodec/h264_cabac.c:46:
      libavcodec/x86/h264_cabac.c:66:9: error: inline assembly requires more registers than available
              "3:                                     \n\t"
              ^
      1 error generated.
      make[1]: *** [ffbuild/common.mak:59: libavcodec/h264_cabac.o] Error 1
      c20a10f0
    • Steve Lhomme's avatar
      tools: patch cmake 3.17 so it builds with a macOS 10.13 SDK · ab126f80
      Steve Lhomme authored
      Avoid this link error:
      [ 44%] Linking C executable curltest
      Undefined symbols for architecture x86_64:
        "_SSLCopyALPNProtocols", referenced from:
            _sectransp_connect_step2 in libcmcurl.a(sectransp.c.o)
        "_SSLSetALPNProtocols", referenced from:
            _sectransp_connect_common in libcmcurl.a(sectransp.c.o)
      ld: symbol(s) not found for architecture x86_64
      
      This only happens in the 3.0 macOS CI.
      ab126f80
  2. Jun 17, 2020
  3. Jun 16, 2020
  4. Jun 15, 2020
Loading