From 6768c86bdca45942c46f4ab8ea385d490e30dfb1 Mon Sep 17 00:00:00 2001 From: Krisjanis Rijnieks Date: Sun, 6 May 2018 16:42:43 +0200 Subject: [PATCH] Checkout 0.9.0-compatible ofxOMXPlayer in travis rpi cfg --- scripts/ci/rpi/mkimage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci/rpi/mkimage.sh b/scripts/ci/rpi/mkimage.sh index d1d84a0..8af7518 100644 --- a/scripts/ci/rpi/mkimage.sh +++ b/scripts/ci/rpi/mkimage.sh @@ -77,7 +77,7 @@ echo "" > "${MOUNT}/etc/ld.so.preload" # git clone addons git clone --depth=1 https://github.com/jeffcrouse/ofxJSON.git /home/pi/openFrameworks/addons/ofxJSON -git clone https://github.com/jvcleave/ofxOMXPlayer.git /home/pi/openFrameworks/addons/ofxOMXPlayer +git clone -b 0.9.0-compatible https://github.com/jvcleave/ofxOMXPlayer.git /home/pi/openFrameworks/addons/ofxOMXPlayer #git clone https://github.com/kr15h/ofxOMXPlayerLite.git #mv ofxOMXPlayerLite ofxOMXPlayer