Changes between Initial Version and Version 1 of Ticket #33343, comment 11


Ignore:
Timestamp:
Jan 22, 2013, 12:23:45 AM (11 years ago)
Author:
catimp99@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33343, comment 11

    initial v1  
    1 Replying to [comment:10 pavel.grabarnick@…]:
    2 > i ended up compiling both x264 +asm and ffmpeg +nonfree with llvm-gcc: [[BR]]
    3 > i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)[[BR]]
    4 > [[BR]]
    5 > and i now i have x264 with cpu capabilities: [[BR]]
    6 > [libx264 @ 0x7fda4982f200] using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.2 AVX
    7 
    8 I just upgraded x264 like this:[[BR]]
    9 sudo port upgrade --enforce-variants x264 +asm
    10 
    11 and now it's[[BR]]
    12 using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.2 AVX
    13 
    14 Had to google a lot to find correct syntax to do this.