Browse Source

Add ofxOMXPlayerLite as replacement in travis rpi cfg

master
Krisjanis Rijnieks 7 years ago
parent
commit
32a6d5b50f
  1. 6
      scripts/ci/rpi/pisetup.sh

6
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)

Loading…
Cancel
Save