From 98815019ec11065827f1e015319eaec438468481 Mon Sep 17 00:00:00 2001 From: Krisjanis Rijnieks Date: Sun, 6 May 2018 14:25:22 +0200 Subject: [PATCH] Try not checking out 0.9.0-compatible ofxOMXPlayer branch in travis rpi cfg --- scripts/ci/rpi/pisetup.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/ci/rpi/pisetup.sh b/scripts/ci/rpi/pisetup.sh index 9dd869e..7bb96ae 100644 --- a/scripts/ci/rpi/pisetup.sh +++ b/scripts/ci/rpi/pisetup.sh @@ -12,9 +12,9 @@ if [ -e "ofxOMXPlayer" ]; then fi git clone https://github.com/jvcleave/ofxOMXPlayer.git -cd ofxOMXPlayer -git checkout 0.9.0-compatible -cd .. +#cd ofxOMXPlayer +#git checkout 0.9.0-compatible +#cd .. cd ofxPiMapper/example_basic make -j$(nproc)