]> git.sesse.net Git - ffmpeg/commit
Use a "b" constraint instead of ebx clobber to detect if EBX is available.
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Wed, 30 Sep 2009 16:55:32 +0000 (16:55 +0000)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Wed, 30 Sep 2009 16:55:32 +0000 (16:55 +0000)
commit5baaf9adafe839c4ae9e7947c4d6c19329e469a7
treeaba13b44222ec5f03911acdd14ccf9927e6fb927
parent391dbb54a640f6943bb879e8d301114caab83210
Use a "b" constraint instead of ebx clobber to detect if EBX is available.
The test using clobber incorrectly indicates ebx to be available with the
default compilers on OpenBSD 4.5 and Haiku.

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