]> git.vomp.tv Git - vompclient.git/blob - select-platform
Fix first frame omx handling, also only enable and disable, if the status actually...
[vompclient.git] / select-platform
1 #!/bin/bash
2
3 if grep -q BCM2708 /proc/cpuinfo ; then
4   echo "raspberry"
5 else
6   echo "mvp"
7 fi