Changes between Initial Version and Version 1 of Ticket #30137, comment 35


Ignore:
Timestamp:
Jan 23, 2013, 12:55:07 AM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30137, comment 35

    initial v1  
    11The compiler checks have been removed from ffmpeg's Portfile for some reason, so this problem has returned.  With the latest XCode (4.5.2) installed on Lion (10.7.5), ffmpeg still will not build for i386 using clang.  I had to use
    22
     3{{{
    34port install ffmpeg +nonfree +universal configure.compiler=apple-gcc-4.2
     5}}}
    46
    57to get it to build for +universal.