|
@@ -1,7 +1,7 @@
|
|
|
-From 2e15ad4df8c7e8f9f26ed0a0e2cd0c2625a56d3c Mon Sep 17 00:00:00 2001
|
|
|
+From 200cff45e8f93956f860effc02a25ef44bbd8aa6 Mon Sep 17 00:00:00 2001
|
|
|
From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= <fkuehne@videolan.org>
|
|
|
Date: Thu, 3 Oct 2013 18:27:43 +0200
|
|
|
-Subject: [PATCH 18/20] contrib: add arch option for platforms where the arch
|
|
|
+Subject: [PATCH 17/18] contrib: add arch option for platforms where the arch
|
|
|
triplet would be ambigous
|
|
|
|
|
|
---
|
|
@@ -10,7 +10,7 @@ Subject: [PATCH 18/20] contrib: add arch option for platforms where the arch
|
|
|
2 files changed, 17 insertions(+), 1 deletion(-)
|
|
|
|
|
|
diff --git a/contrib/bootstrap b/contrib/bootstrap
|
|
|
-index 246e3d6..e393195 100755
|
|
|
+index 24e5779..748323d 100755
|
|
|
--- a/contrib/bootstrap
|
|
|
+++ b/contrib/bootstrap
|
|
|
@@ -31,6 +31,7 @@ usage()
|
|
@@ -39,7 +39,7 @@ index 246e3d6..e393195 100755
|
|
|
*)
|
|
|
echo "Unrecognized options $1"
|
|
|
usage
|
|
|
-@@ -212,6 +217,7 @@ test -z "$BUILD_ENCODERS" || add_make_enabled "BUILD_ENCODERS"
|
|
|
+@@ -222,6 +227,7 @@ test -z "$BUILD_ENCODERS" || add_make_enabled "BUILD_ENCODERS"
|
|
|
test -z "$BUILD_NETWORK" || add_make_enabled "BUILD_NETWORK"
|
|
|
test -z "$ENABLE_SMALL" || add_make_enabled "ENABLE_SMALL"
|
|
|
test -z "$GPL" || add_make_enabled "GPL"
|
|
@@ -47,7 +47,7 @@ index 246e3d6..e393195 100755
|
|
|
|
|
|
#
|
|
|
# Checks
|
|
|
-@@ -225,7 +231,15 @@ case "${OS}" in
|
|
|
+@@ -235,7 +241,15 @@ case "${OS}" in
|
|
|
add_make_enabled "HAVE_MACOSX" "HAVE_DARWIN_OS" "HAVE_BSD"
|
|
|
else
|
|
|
check_ios_sdk
|
|
@@ -65,7 +65,7 @@ index 246e3d6..e393195 100755
|
|
|
;;
|
|
|
*bsd*)
|
|
|
diff --git a/contrib/src/main.mak b/contrib/src/main.mak
|
|
|
-index 8b2a9a5..1b36be7 100644
|
|
|
+index b6b70c1..ce5816e 100644
|
|
|
--- a/contrib/src/main.mak
|
|
|
+++ b/contrib/src/main.mak
|
|
|
@@ -35,7 +35,9 @@ PREFIX := $(abspath $(PREFIX))
|