1
0
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:
Alexander Smorkalov
2012-10-02 14:55:51 +04:00
parent 11367e2c3d
commit d64d76086e
4 changed files with 11 additions and 0 deletions
+8
View File
@@ -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 $@ ../..