Possible fix for ffmpeg and Ubuntu 14 not loading video properly
This commit is contained in:
parent
69df6e8b08
commit
05a58abecc
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ before_script:
|
||||||
- cd opencv
|
- cd opencv
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- cd 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
|
- make -j4
|
||||||
- sudo make -j2 install
|
- sudo make -j2 install
|
||||||
- cd ../..
|
- cd ../..
|
||||||
|
|
Loading…
Reference in a new issue