[SCM] opencore-amr packaging branch, master, updated. upstream/0.1.2-10-g7bf1e45

ceros-guest at users.alioth.debian.org ceros-guest at users.alioth.debian.org
Fri Sep 18 20:48:59 UTC 2009


The following commit has been merged in the master branch:
commit 00dbf47934b034a61a3796bc17bfba1c290013a6
Author: Martin Storsjo <martin at martin.st>
Date:   Fri Aug 7 02:19:36 2009 +0300

    Changed the build_osx.sh script to use the old static makefiles (until updated)

diff --git a/build_osx.sh b/build_osx.sh
index 91e1c6b..7f79561 100755
--- a/build_osx.sh
+++ b/build_osx.sh
@@ -5,6 +5,6 @@ export CXXFLAGS="$CFLAGS"
 export LDFLAGS="-Wl,-syslibroot,/Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -arch ppc -arch i386"
 export BUILD_AS_C=1
 
-make -C amrnb "$@" || exit 1
-make -C amrwb "$@" || exit 1
+make -f Makefile.alt -C amrnb "$@" || exit 1
+make -f Makefile.alt -C amrwb "$@" || exit 1
 

-- 
opencore-amr packaging



More information about the pkg-multimedia-commits mailing list