Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(572)

Side by Side Diff: ports/opencv/build.sh

Issue 1804293003: Add support for new pnacl native toolchain driver (Closed) Base URL: https://chromium.googlesource.com/webports.git@master
Patch Set: Fix according to Brad's comments Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Copyright 2013 The Native Client Authors. All rights reserved. 1 # Copyright 2013 The Native Client Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4 NACLPORTS_CPPFLAGS+=" ${NACL_EXCEPTIONS_FLAG}"
5 EXECUTABLES=" 5 EXECUTABLES="
6 bin/opencv_createsamples 6 bin/opencv_createsamples
7 bin/opencv_haartraining 7 bin/opencv_haartraining
8 bin/opencv_performance 8 bin/opencv_performance
9 bin/opencv_traincascade 9 bin/opencv_traincascade
10 " 10 "
11 EXTRA_CMAKE_ARGS="-DBUILD_SHARED_LIBS=OFF \ 11 EXTRA_CMAKE_ARGS="-DBUILD_SHARED_LIBS=OFF \
12 -DWITH_FFMPEG=OFF \ 12 -DWITH_FFMPEG=OFF \
13 -DWITH_OPENEXR=OFF \ 13 -DWITH_OPENEXR=OFF \
14 -DWITH_CUDA=OFF \ 14 -DWITH_CUDA=OFF \
15 -DWITH_JASPER=OFF \ 15 -DWITH_JASPER=OFF \
16 -DWITH_OPENCL=OFF \ 16 -DWITH_OPENCL=OFF \
17 -DWITH_1394=OFF \ 17 -DWITH_1394=OFF \
18 -DWITH_V4L=OFF \ 18 -DWITH_V4L=OFF \
19 -DBUILD_opencv_java=OFF \ 19 -DBUILD_opencv_java=OFF \
20 -DBUILD_TESTS=OFF \ 20 -DBUILD_TESTS=OFF \
21 -DBUILD_PERF_TESTS=OFF \ 21 -DBUILD_PERF_TESTS=OFF \
22 -DBUILD_FAT_JAVA_LIB=OFF" 22 -DBUILD_FAT_JAVA_LIB=OFF"
23 23
24 if [ "${NACL_SHARED}" != "1" ]; then 24 if [ "${NACL_SHARED}" != "1" ]; then
25 EXTRA_CMAKE_ARGS+=" -DBUILD_SHARED_LIBS=OFF" 25 EXTRA_CMAKE_ARGS+=" -DBUILD_SHARED_LIBS=OFF"
26 fi 26 fi
OLDNEW
« make_all.sh ('K') | « ports/mp4v2/build.sh ('k') | ports/openjpeg/build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698