summaryrefslogtreecommitdiffstats
path: root/testing/mpv/no-ebp.patch
blob: 82bb19d7327ed640b0edf0c05e1ca40545291b89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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