Add x86 conditionnal mov (CMOV) "detection" (based on the cpu passed by --cpu=xx)
authorGuillaume Poirier <gpoirier@mplayerhq.hu>
Fri, 20 Oct 2006 07:27:12 +0000 (07:27 +0000)
committerGuillaume Poirier <gpoirier@mplayerhq.hu>
Fri, 20 Oct 2006 07:27:12 +0000 (07:27 +0000)
commite7768fc512cbe6bc22fd5d0bc22bbf4c95001e9a
tree068b2161e73470eca85c43a03ef95b86a525d6b0
parenta616db285a1765f81887ed874cfa6ee95429ce0a
Add x86 conditionnal mov (CMOV) "detection" (based on the cpu passed by --cpu=xx)
Sets HAVE_CMOV define so we can protect relevant code with #ifdef HAVE_CMOV

Originally committed as revision 6742 to svn://svn.ffmpeg.org/ffmpeg/trunk
configure