]> git.vomp.tv Git - vompclient-marten.git/blob - select-platform
Fix bug in demuxer widescreen signaling
[vompclient-marten.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