Re-add check for compilation failure with ebx clobber, and only set
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Wed, 30 Sep 2009 21:57:13 +0000 (21:57 +0000)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Wed, 30 Sep 2009 21:57:13 +0000 (21:57 +0000)
commite04a3c9613358b139f194df331ead6eba6369d8a
tree0794fd8bc9363b83a81cb7d011f0f66396ec6ce3
parent3fdccca0912fe35104ac60954aff82a9c38cd2b2
Re-add check for compilation failure with ebx clobber, and only set
ebx_available if both "b" constraint and exb clobber code compile.
This is to fix compilation with Mac OSX 10.5.8's gcc 4.0.1 in 64
bit mode (-m64) which only fails for ebx/rbx clobbers but not
"b" constraints - this is probably a compiler bug.

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