b4530c988d
* fixes some flv playback * removed ggi output - broken i386/sparc64. * removed gui (deprecated) - use gnome-mplayer instead. * removed win32 codecs - opensource codecs are good quality. OK, naddy@, sthen@
13 lines
492 B
Plaintext
13 lines
492 B
Plaintext
$OpenBSD: patch-libavutil_x86_cpu_h,v 1.2 2009/10/11 13:36:23 edd Exp $
|
|
--- libavutil/x86_cpu.h.orig Wed Jul 29 20:37:28 2009
|
|
+++ libavutil/x86_cpu.h Wed Jul 29 20:37:58 2009
|
|
@@ -69,7 +69,7 @@ typedef int x86_reg;
|
|
#define HAVE_7REGS (ARCH_X86_64 || (HAVE_EBX_AVAILABLE && HAVE_EBP_AVAILABLE))
|
|
#define HAVE_6REGS (ARCH_X86_64 || (HAVE_EBX_AVAILABLE || HAVE_EBP_AVAILABLE))
|
|
|
|
-#if ARCH_X86_64 && defined(PIC)
|
|
+#if ARCH_X86_64 /* && defined(PIC) */
|
|
# define BROKEN_RELOCATIONS 1
|
|
#endif
|
|
|