mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
MIPS architecture support added. Native camera library built for MIPS device.
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
cd `dirname $0`/..
|
||||
|
||||
mkdir -p build_mips
|
||||
cd build_mips
|
||||
|
||||
cmake -DANDROID_ABI=mips -DCMAKE_TOOLCHAIN_FILE=../android.toolchain.cmake $@ ../..
|
||||
|
||||
Reference in New Issue
Block a user