Skip to content

Instantly share code, notes, and snippets.

@Swap-File
Swap-File / gstreamer-build.sh
Last active July 10, 2019 07:23 — forked from sphaero/gstreamer-build.sh
Install & build gstreamer from git
#!/bin/bash --debugger
export MAKEFLAGS="-j 1"
set -e
BRANCH="1.10"
if grep -q BCM270 /proc/cpuinfo; then
echo "RPI BUILD!"
RPI="1"
fi