Disable ffmpeg in OpenCV due to Java crash (#115)
See https://github.com/opencv/opencv/issues/10080
This commit is contained in:
parent
5709982297
commit
3f1dc37384
|
@ -128,6 +128,7 @@ build_opencv () {
|
||||||
mkdir -p $1
|
mkdir -p $1
|
||||||
pushd $1
|
pushd $1
|
||||||
cmake "${EXTRACT_DIR}/opencv-3.4.4" \
|
cmake "${EXTRACT_DIR}/opencv-3.4.4" \
|
||||||
|
-DWITH_FFMPEG=OFF \
|
||||||
-DBUILD_JPEG=ON \
|
-DBUILD_JPEG=ON \
|
||||||
-DBUILD_TESTS=OFF \
|
-DBUILD_TESTS=OFF \
|
||||||
-DPython_ADDITIONAL_VERSIONS=3.5 \
|
-DPython_ADDITIONAL_VERSIONS=3.5 \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user