From 69df6e8b08026ab5e3aa24604117dcbcac7e1f9d Mon Sep 17 00:00:00 2001 From: Tadas Baltrusaitis Date: Tue, 20 Dec 2016 09:53:22 -0500 Subject: [PATCH] Video for linux fix in travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4253af7..d9a8845 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 ../..