Browse Source

Checkout 0.9.0-compatible ofxOMXPlayer in travis rpi cfg

master
Krisjanis Rijnieks 7 years ago
parent
commit
6768c86bdc
  1. 2
      scripts/ci/rpi/mkimage.sh

2
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

Loading…
Cancel
Save