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