[MPlayer-cvslog] r29743 - trunk/configure

reimar subversion at mplayerhq.hu
Wed Sep 30 20:45:02 CEST 2009


Author: reimar
Date: Wed Sep 30 20:45:02 2009
New Revision: 29743

Log:
Extend EBX_AVAILABLE check in a way that works for both OpenBSD/Haiku
and 64 bit OSX.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Wed Sep 30 16:55:43 2009	(r29742)
+++ trunk/configure	Wed Sep 30 20:45:02 2009	(r29743)
@@ -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


More information about the MPlayer-cvslog mailing list