Commit 576c57a7 authored by Felix Paul Kühne's avatar Felix Paul Kühne

* try to fix x264 for Mac Intel as suggested by Manao on IRC

parent 246a4e23
......@@ -1191,6 +1191,9 @@ x264:
ifdef HAVE_WIN32
(cd x264; patch -p 0 < ../Patches/x264-svn-win32.patch )
endif
ifeq ($(HOST),i686-apple-darwin8)
(cd x264; patch -p 0 < ../Patches/x264-svn-darwin_intel.patch )
endif
else
x264-$(X264_VERSION).tar.gz:
$(WGET) $(X264_URL)
......
Index: common/i386/i386inc.asm
===================================================================
--- common/i386/i386inc.asm (revision 564)
+++ common/i386/i386inc.asm (working copy)
@@ -42,6 +42,7 @@
%macro SECTION_RODATA 0
%ifidn __OUTPUT_FORMAT__,macho
SECTION .text
+ align 16
fakegot:
%else
SECTION .rodata data align=16
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment