Video for linux fix in travis

This commit is contained in:
Tadas Baltrusaitis 2016-12-20 09:53:22 -05:00
parent d5a056f051
commit 69df6e8b08
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 ..
- cmake -D CMAKE_BUILD_TYPE=RELEASE -D WITH_V4L=ON ..
- make -j4
- sudo make -j2 install
- cd ../..