[FFmpeg-devel] [PATCH] configure: disable MMX only if runtime cpu detect was disabled
Michael Niedermayer
michaelni at gmx.at
Thu Jul 10 17:27:12 CEST 2014
On Thu, Jul 10, 2014 at 07:53:25PM +0900, KO Myung-Hun wrote:
> ---
> configure | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/configure b/configure
> index 658efb2..c5e854d 100755
> --- a/configure
> +++ b/configure
> @@ -3784,7 +3784,7 @@ elif enabled x86; then
> case $cpu in
> i[345]86|pentium)
> cpuflags="-march=$cpu"
> - disable mmx
> + disabled runtime_cpudetect && disable mmx
do we have a pre MMX x86 fate client ?
i belive such fate box would be essential for enabling runtime
detected mmx when building targets such system
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
There will always be a question for which you do not know the correct answer.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20140710/b463368c/attachment.asc>
More information about the ffmpeg-devel
mailing list