New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 81865


Ignore:
Timestamp:
08/06/11 00:58:03 (4 years ago)
Author:
jmr@…
Message:

ffmpeg: use yasm on i386 and x86_64 (#30490)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/multimedia/ffmpeg/Portfile

    r81864 r81865  
    112112if {$build_arch != ""} { 
    113113    configure.args-append --arch=${build_arch} 
     114    if {$build_arch == "i386" || $build_arch == "x86_64"} { 
     115        depends_build-append port:yasm 
     116        configure.args-append --enable-yasm 
     117    } 
    114118} 
    115119 
Note: See TracChangeset for help on using the changeset viewer.