BuildingOpenSolaris: ffmpeg.patch

File ffmpeg.patch, 473 bytes (added by admin, 5 months ago)

ffmpeg patch

  • configure

     
    18001800    # LIBOBJFLAGS may have already been set in the OS configuration 
    18011801    if test -z "$LIBOBJFLAGS" ; then 
    18021802        case "$arch" in 
    1803             x86_64|ia64|alpha|sparc*|power*) LIBOBJFLAGS="\$(PIC)" ;; 
     1803            x86_32|x86_64|ia64|alpha|sparc*|power*) LIBOBJFLAGS="\$(PIC)" ;; 
    18041804        esac 
    18051805    fi 
    18061806fi