summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-09-30 18:45:02 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-09-30 18:45:02 +0000
commita04087cd67cbe7abc53a9dbd8c4eb0a2d86157a4 (patch)
tree2f320aec74b5f2e6fc34eb78904bb7ac2670e67d /configure
parent4b3525f79f8c4aa96428ba2be3fea3d5ea9b1574 (diff)
downloadmpv-a04087cd67cbe7abc53a9dbd8c4eb0a2d86157a4.tar.bz2
mpv-a04087cd67cbe7abc53a9dbd8c4eb0a2d86157a4.tar.xz
Extend EBX_AVAILABLE check in a way that works for both OpenBSD/Haiku
and 64 bit OSX. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29743 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index e41cf47129..d765698300 100755
--- a/configure
+++ b/configure
@@ -2571,6 +2571,8 @@ int main(void) {
// just adding ebx to clobber list seems unreliable with some
// compilers, e.g. Haiku's gcc 2.95
);
+ // and the above check does not work for OSX 64 bit...
+ __asm__ volatile("":::"%ebx");
return 0;
}
EOF