summaryrefslogtreecommitdiffstats
path: root/testing/mpv/no-ebp.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/mpv/no-ebp.patch')
-rw-r--r--testing/mpv/no-ebp.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/testing/mpv/no-ebp.patch b/testing/mpv/no-ebp.patch
deleted file mode 100644
index 82bb19d73..000000000
--- a/testing/mpv/no-ebp.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-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