[vlc-commits] contrib: we always have an FPU on iOS

Felix Paul Kühne git at videolan.org
Sat Jan 24 23:59:42 CET 2015


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sat Dec 20 14:59:47 2014 +0100| [61802180076e59a3def559530e62b875c600911b] | committer: Felix Paul Kühne

contrib: we always have an FPU on iOS

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=61802180076e59a3def559530e62b875c600911b
---

 contrib/bootstrap |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/bootstrap b/contrib/bootstrap
index c15d84f..d803717 100755
--- a/contrib/bootstrap
+++ b/contrib/bootstrap
@@ -239,7 +239,7 @@ case "${OS}" in
 			add_make_enabled "HAVE_MACOSX" "HAVE_DARWIN_OS" "HAVE_BSD"
 		else
 			check_ios_sdk
-			add_make_enabled "HAVE_IOS" "HAVE_DARWIN_OS" "HAVE_BSD"
+			add_make_enabled "HAVE_IOS" "HAVE_DARWIN_OS" "HAVE_BSD" "HAVE_FPU"
 
 			case "${HOST}" in
 				*arm*)



More information about the vlc-commits mailing list