summaryrefslogtreecommitdiffstats
path: root/use-ffmpeg-custom
blob: 025edeb6800ecf78967df847939391664711dc5e (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
set -e
export LC_ALL=C

if [ -z "$1" ]; then
    echo "Aborting. Please provide a commit hash or a tag/branch name."
    exit 1
fi

scripts/switch-branch ffmpeg "@$1"