Changes between Initial Version and Version 1 of Ticket #30524, comment 6


Ignore:
Timestamp:
Jan 9, 2013, 10:09:38 PM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30524, comment 6

    initial v1  
    1 First of all, try building {{{avidemux}}} again after editing the Portfile of {{{avidemux}}} as shown in [https://trac.macports.org/ticket/26528 #26528]:
     1First of all, try building {{{avidemux}}} again after editing the Portfile of {{{avidemux}}} as shown in #26528:
    22
    33{{{
     
    77}}}
    88
    9 A patch for the error caused by line no. 609 in {{{dsputil_mmx.c}}} is [http://trac.macports.org/changeset/79700 mplayer-devel: Fix dsputil and mp3lib inline asm]:
     9A patch for the error caused by line no. 609 in {{{dsputil_mmx.c}}} is [changeset:79700 mplayer-devel: Fix dsputil and mp3lib inline asm]:
    1010
    1111{{{
     
    1717}}}
    1818
    19 However, there may be further inline assembly issues because from Xcode 4 on Apple has switched to the llvm/clang compiler collection [[BR]] and {{{clang}}} now uses its integrated assembler (instead of the previous GNU assembler) by default on most X86 targets [[BR]](see [http://clang.llvm.org/compatibility.html#inline-asm Language Compatibility: Inline assembly]).
     19However, there may be further inline assembly issues because from Xcode 4 on Apple has switched to the llvm/clang compiler collection and {{{clang}}} now uses its integrated assembler (instead of the previous GNU assembler) by default on most X86 targets (see [http://clang.llvm.org/compatibility.html#inline-asm Language Compatibility: Inline assembly]).
    2020
    2121To disable the default use of {{{clang}}}'s integrated assembler we could add to the {{{avidemux}}} Portfile ...
     
    3434}}}
    3535
    36 (Note: I installed {{{avidemux @2.5.3_7+aac+dts+lame+ogg+x264+xvid}}} on Mac OS X 10.6.8 in a custom location as described in [[BR]]the {{{MacPorts Guide}}},  [http://guide.macports.org/#installing.macports.source.multiple 2.3.4. Install Multiple MacPorts Copies].)
     36(Note: I installed {{{avidemux @2.5.3_7+aac+dts+lame+ogg+x264+xvid}}} on Mac OS X 10.6.8 in a custom location as described in the {{{MacPorts Guide}}},  [http://guide.macports.org/#installing.macports.source.multiple 2.3.4. Install Multiple MacPorts Copies].)