Ticket #634: configure.patch

File configure.patch, 801 bytes (added by hhees@…, 18 years ago)

patch file

  • configure

    old new  
    33# ffmpeg configure script (c) 2000, 2001, 2002 Fabrice Bellard
    44#
    55
    6 x86_cpus="i386,i486,i586,i686,pentium,pentiumpro,${x86_mmx_cpus}"
    7 
    86x86_mmx_cpus="pentium-mmx,pentium2,pentium3,pentium3m,pentium-m"
    97x86_mmx_cpus="$x86_mmx_cpus,pentium4,pentium4m,prescott"
    108x86_mmx_cpus="$x86_mmx_cpus,athlon,athlon-xp,athlon-tbird,athlon-4,athlon-mp,"
    119x86_mmx_cpus="$x86_mmx_cpus,c3,c3-2,k6,k6-2,k6-3"
    1210
     11x86_cpus="i386,i486,i586,i686,pentium,pentiumpro,${x86_mmx_cpus}"
     12
    1313x86_cmov_cpus="i686,pentiumpro,pentium2,pentium3,pentium3m,pentium-m,"
    1414x86_cmov_cpus="$x86_cmov_cpus,pentium4,pentium4m,prescott,athlon,"
    1515x86_cmov_cpus="$x86_cmov_cpus,athlon-xp,athlon-tbird,athlon-4,athlon-mp,"