OSDN Git Service

configure: check yasm/nasm for working pextrd opcode
authorAnssi Hannula <anssi.hannula@iki.fi>
Sun, 6 Feb 2011 05:58:02 +0000 (07:58 +0200)
committerRonald S. Bultje <rsbultje@gmail.com>
Sun, 6 Feb 2011 16:43:35 +0000 (11:43 -0500)
commit48545a8f724247853c5b1d4e0a24e3ea3ee06515
treeef1dbcfcc511fe3eefb6e80d1cb9a1edd4091900
parent84ae8936f642042fe7ad3466ce3a26dec77016f1
configure: check yasm/nasm for working pextrd opcode

NASM versions older than 2.08 fail to build ffmpeg with several
"error: operation size not specified" errors but this is not caught in
configure.

Fix that by checking if "pextrd [eax], xmm0, 1" works in configure.

Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
configure