Possible fix for ffmpeg and Ubuntu 14 not loading video properly

This commit is contained in:
Tadas Baltrusaitis 2016-12-20 10:37:38 -05:00
parent 69df6e8b08
commit 05a58abecc
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ before_script:
- cd opencv
- mkdir build
- cd build
- cmake -D CMAKE_BUILD_TYPE=RELEASE -D WITH_V4L=ON ..
- cmake -D CMAKE_BUILD_TYPE=RELEASE -D WITH_V4L=ON -D WITH_FFMPEG=OFF ..
- make -j4
- sudo make -j2 install
- cd ../..