From 32a6d5b50f7c06af83cff3d636d13a9a496fcb0a Mon Sep 17 00:00:00 2001 From: Krisjanis Rijnieks Date: Sun, 6 May 2018 14:55:54 +0200 Subject: [PATCH] Add ofxOMXPlayerLite as replacement in travis rpi cfg --- scripts/ci/rpi/pisetup.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/scripts/ci/rpi/pisetup.sh b/scripts/ci/rpi/pisetup.sh index 7bb96ae..a39f9a5 100644 --- a/scripts/ci/rpi/pisetup.sh +++ b/scripts/ci/rpi/pisetup.sh @@ -11,10 +11,8 @@ if [ -e "ofxOMXPlayer" ]; then rm -rf ofxOMXPlayer fi -git clone https://github.com/jvcleave/ofxOMXPlayer.git -#cd ofxOMXPlayer -#git checkout 0.9.0-compatible -#cd .. +git clone https://github.com/kr15h/ofxOMXPlayerLite.git +mv ofxOMXPlayerLite ofxOMXPlayer cd ofxPiMapper/example_basic make -j$(nproc)