From: Ronghang Hu Date: Thu, 22 Oct 2015 22:17:26 +0000 (-0700) Subject: Merge pull request #3186 from lionleaf/makefile_opencv_imgcodecs X-Git-Tag: submit/tizen/20180823.020014~315 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=50a23b7ba2c8fe9ee2f6e115bdc5948ff82c194d;p=platform%2Fupstream%2Fcaffeonacl.git Merge pull request #3186 from lionleaf/makefile_opencv_imgcodecs Add opencv_imgcodecs to library path in Makefile --- 50a23b7ba2c8fe9ee2f6e115bdc5948ff82c194d diff --cc Makefile.config.example index bda66ea,8e2c4fb..1dd6a8f --- a/Makefile.config.example +++ b/Makefile.config.example @@@ -8,15 -8,13 +8,18 @@@ # CPU_ONLY := 1 # uncomment to disable IO dependencies and corresponding data layers +# USE_OPENCV := 0 # USE_LEVELDB := 0 # USE_LMDB := 0 -# USE_OPENCV := 0 + +# uncomment to allow MDB_NOLOCK when reading LMDB files (only if necessary) +# You should not set this flag if you will be reading LMDBs with any +# possibility of simultaneous read and write +# ALLOW_LMDB_NOLOCK := 1 + # Uncomment if you're using OpenCV 3 + # OPENCV_VERSION := 3 + # To customize your choice of compiler, uncomment and set the following. # N.B. the default for Linux is g++ and the default for OSX is clang++ # CUSTOM_CXX := g++