1#!/usr/bin/env sh 2 3# Installs dependencies necessary for libSDL and libAVcodec on 4# Raspberry PI units running Raspian. 5 6sudo apt-get install libavcodec58=7:4.1.4* libavcodec-dev=7:4.1.4* \ 7 libsdl2-2.0-0=2.0.9* libsdl2-dev=2.0.9* \ 8 libavformat-dev=7:4.1.4* 9