diff options
Diffstat (limited to 'multimedia/handbrake/files/patch-contrib-ffmpeg-A04-x86-asm-h.patch')
-rw-r--r-- | multimedia/handbrake/files/patch-contrib-ffmpeg-A04-x86-asm-h.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/multimedia/handbrake/files/patch-contrib-ffmpeg-A04-x86-asm-h.patch b/multimedia/handbrake/files/patch-contrib-ffmpeg-A04-x86-asm-h.patch new file mode 100644 index 00000000000..bdd64731757 --- /dev/null +++ b/multimedia/handbrake/files/patch-contrib-ffmpeg-A04-x86-asm-h.patch @@ -0,0 +1,14 @@ +--- /dev/null 2014-02-09 20:55:00.000000000 +0100 ++++ contrib/ffmpeg/A04-x86-asm-h.patch 2014-02-09 20:55:09.548807959 +0100 +@@ -0,0 +1,11 @@ ++--- a/libavutil/x86/asm.h 2014-02-09 20:38:46.964875000 +0100 +++++ b/libavutil/x86/asm.h 2014-02-09 20:44:57.928849417 +0100 ++@@ -68,7 +68,7 @@ ++ typedef int x86_reg; ++ #endif ++ ++-#define HAVE_7REGS (ARCH_X86_64 || (HAVE_EBX_AVAILABLE && HAVE_EBP_AVAILABLE)) +++#define HAVE_7REGS (ARCH_X86_64) ++ #define HAVE_6REGS (ARCH_X86_64 || (HAVE_EBX_AVAILABLE || HAVE_EBP_AVAILABLE)) ++ ++ #if ARCH_X86_64 && defined(PIC) |