|
|
|
@ -1,6 +1,6 @@ |
|
|
|
|
:: variables required for OpenCV build :: |
|
|
|
|
:: Note: all pathes should be specified without tailing slashes! |
|
|
|
|
SET ANDROID_NDK=C:\full\path\to\your\copy\of\android\NDK\android-ndk-r7 |
|
|
|
|
SET ANDROID_NDK=C:\full\path\to\your\copy\of\android\NDK\android-ndk-r7b |
|
|
|
|
SET CMAKE_EXE=C:\full\path\to\cmake\utility\cmake.exe |
|
|
|
|
SET MAKE_EXE=%ANDROID_NDK%\prebuilt\windows\bin\make.exe |
|
|
|
|
|
|
|
|
@ -27,4 +27,4 @@ SET BUILD_DIR=build |
|
|
|
|
::SET BUILD_DIR=build_x86 |
|
|
|
|
|
|
|
|
|
:::: other options |
|
|
|
|
::SET ANDROID_NATIVE_API_LEVEL=8 &:: android-3 is enough for native part of OpenCV but android-8 is required for Java API and samples |
|
|
|
|
::SET ANDROID_NATIVE_API_LEVEL=8 &:: android-3 is enough for native part of OpenCV but android-8 is required for Java API |
|
|
|
|