[avbin commit] r28 - trunk

0 views
Skip to first unread message

codesite...@google.com

unread,
May 2, 2008, 2:38:53 AM5/2/08
to avbin-...@googlegroups.com
Author: Alex.Holkner
Date: Thu May 1 23:38:35 2008
New Revision: 28

Modified:
trunk/Makefile.darwin-ppc-32
trunk/Makefile.darwin-x86-32
trunk/ffmpeg.configure.darwin-x86-32

Log:
Fix build for intel/10.4.

Modified: trunk/Makefile.darwin-ppc-32
==============================================================================
--- trunk/Makefile.darwin-ppc-32 (original)
+++ trunk/Makefile.darwin-ppc-32 Thu May 1 23:38:35 2008
@@ -1,6 +1,6 @@
LIBNAME=$(OUTDIR)/libavbin.$(AVBIN_VERSION).dylib

-CFLAGS += -O3 -arch ppc -force_cpusubtype_ALL
+CFLAGS += -O3 -arch ppc -force_cpusubtype_ALL -mmacosx-version-min=10.3.9
LDFLAGS += -dylib \
-read_only_relocs suppress \
-single_module \

Modified: trunk/Makefile.darwin-x86-32
==============================================================================
--- trunk/Makefile.darwin-x86-32 (original)
+++ trunk/Makefile.darwin-x86-32 Thu May 1 23:38:35 2008
@@ -1,6 +1,6 @@
LIBNAME=$(OUTDIR)/libavbin.$(AVBIN_VERSION).dylib

-CFLAGS += -O3
+CFLAGS += -O3 -mmacosx-version-min=10.3.9
LDFLAGS += -dylib \
-read_only_relocs suppress \
-single_module \

Modified: trunk/ffmpeg.configure.darwin-x86-32
==============================================================================
--- trunk/ffmpeg.configure.darwin-x86-32 (original)
+++ trunk/ffmpeg.configure.darwin-x86-32 Thu May 1 23:38:35 2008
@@ -3,6 +3,8 @@
--enable-pthreads

--arch=i386
+--extra-cflags='-isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.3.9'
+--extra-ldflags='-isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.3.9'

# Currently broken on Darwin
--disable-mmx

Reply all
Reply to author
Forward
0 new messages