Disable ffmpeg in OpenCV due to Java crash (#115)

See https://github.com/opencv/opencv/issues/10080
pull/311/head
Peter Johnson 2019-02-18 01:22:24 -08:00 committed by GitHub
parent 5709982297
commit 3f1dc37384
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -128,6 +128,7 @@ build_opencv () {
mkdir -p $1
pushd $1
cmake "${EXTRACT_DIR}/opencv-3.4.4" \
-DWITH_FFMPEG=OFF \
-DBUILD_JPEG=ON \
-DBUILD_TESTS=OFF \
-DPython_ADDITIONAL_VERSIONS=3.5 \