Changes between Initial Version and Version 3 of Ticket #57469


Ignore:
Timestamp:
Oct 30, 2018, 1:29:09 PM (6 years ago)
Author:
mf2k (Frank Schima)
Comment:

In the future, please use WikiFormatting.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #57469

    • Property Status changed from new to assigned
    • Property Cc jeremyhu added
    • Property Owner set to dbevans
  • Ticket #57469 – Description

    initial v3  
    11So FFmpeg does not build.
    22
    3 This looks very similar to 55198 -- the complaint about linking with the wrong system library/framework.
    4 
     3This looks very similar to #55198 -- the complaint about linking with the wrong system library/framework.
     4{{{
    55ffmpeg-4.0.2_1+gpl2.darwin_13.x86_64
    6 
     6}}}
    77So I'm only using "gpl2" as the only option on ffmpeg.
    88
    99I also get these compiler messages over and over:
    10 
     10{{{
    1111warning: unknown warning option '-Werror=partial-availability'; did you mean '-Werror=availability'? [-Wunknown-warning-option]
    1212warning: unknown warning option '-Wno-bool-operation'; did you mean '-Wno-bool-conversion'? [-Wunknown-warning-option]
    13 
     13}}}