aports/testing/mpv/no-ebp.patch
2013-11-26 09:02:52 +00:00

16 lines
375 B
Diff

gcc-4.8.2 does not allow use of ebp in asm
diff --git a/configure b/configure
index 2c41e05..3907655 100755
--- a/configure
+++ b/configure
@@ -3525,7 +3525,7 @@ $def_pthreads
#define HAVE_INLINE_ASM 1
/* Use these registers in x86 inline asm. No proper detection yet. */
-#define HAVE_EBP_AVAILABLE 1
+#define HAVE_EBP_AVAILABLE 0
#endif /* MPLAYER_CONFIG_H */
EOF