[FFmpeg-devel] [PATCH] Show parameters to disable MMX2 and/or SSSE3
Panagiotis Issaris
takis.issaris
Fri Mar 21 15:36:29 CET 2008
M?ns Rullg?rd schreef:
> Panagiotis Issaris <takis.issaris at uhasselt.be> writes:
>
>> Hi,
>>
>> Currently, "./configure --help" shows the "--disable-mmx" option, but
>> doesn't show the "--disable-mmx2" and "--disable-ssse3" options. The
>> attached patch corrects this.
>>
>> With friendly regards,
>> Takis
>> --
>> vCard: http://issaris.org/pi.vcf
>> PGP key: http://issaris.org/pi.key
>> Index: configure
>> ===================================================================
>> --- configure (revision 12527)
>> +++ configure (working copy)
>> @@ -120,6 +120,8 @@
>> echo " --enable-powerpc-perf enable performance report on PPC"
>> echo " (requires enabling PMC)"
>> echo " --disable-mmx disable MMX usage"
>> + echo " --disable-mmx2 disable MMX2 usage"
>> + echo " --disable-ssse3 disable SSSE3 usage"
>> echo " --disable-armv5te disable armv5te usage"
>> echo " --disable-armv6 disable armv6 usage"
>> echo " --disable-iwmmxt disable iwmmxt usage"
>
> OK
Applied.
--
With friendly regards,
Takis
--
vCard: http://issaris.org/pi.vcf
PGP key: http://issaris.org/pi.key
More information about the ffmpeg-devel
mailing list