mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-14 10:11:44 +02:00
16 lines
375 B
Diff
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
|