]> git.sesse.net Git - ffmpeg/commit
configure: add check_insn function
authorMans Rullgard <mans@mansr.com>
Sat, 1 Dec 2012 15:06:56 +0000 (15:06 +0000)
committerMans Rullgard <mans@mansr.com>
Fri, 7 Dec 2012 16:54:03 +0000 (16:54 +0000)
commitc6ebc9faa2210d7f36a3036c357f6f199520f575
tree34bcaabe0b2e8688eba07246749d8f8aa2eebe95
parent7fd90119bbf19632135eec59bb2cd4eb30315513
configure: add check_insn function

The check_insn function tests an instruction in both inline asm and
standalone assembly, and sets _external/_inline config properties
accordingly.

Signed-off-by: Mans Rullgard <mans@mansr.com>
configure