Video for linux fix in travis
This commit is contained in:
parent
d5a056f051
commit
69df6e8b08
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 ..
|
- cmake -D CMAKE_BUILD_TYPE=RELEASE -D WITH_V4L=ON ..
|
||||||
- make -j4
|
- make -j4
|
||||||
- sudo make -j2 install
|
- sudo make -j2 install
|
||||||
- cd ../..
|
- cd ../..
|
||||||
|
|
Loading…
Reference in a new issue