From 05a58abeccf244d58800328f636df9bc2ff66eaa Mon Sep 17 00:00:00 2001 From: Tadas Baltrusaitis Date: Tue, 20 Dec 2016 10:37:38 -0500 Subject: [PATCH] Possible fix for ffmpeg and Ubuntu 14 not loading video properly --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d9a8845..d5dbbc1 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 -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 ../..