mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 10:40:21 +00:00
Use libraspberrypi-dev instead of cloning from GitHub
This commit is contained in:
2
.github/scripts/Linux/arm/bootstrap.sh
vendored
2
.github/scripts/Linux/arm/bootstrap.sh
vendored
@@ -33,7 +33,7 @@ apt -y install portaudio19-dev libglib2.0-dev libglew-dev libcurl4-openssl-dev f
|
||||
|
||||
# FFmpeg
|
||||
if [ $ARCH = armhf ]; then # Raspbian - build own FFmpeg with OMX camera patch
|
||||
git clone --depth 1 https://github.com/raspberrypi/firmware.git firmware && mv firmware/* / && echo /opt/vc/lib > /etc/ld.so.conf.d/00-vmcs.conf && ldconfig
|
||||
apt -y install libraspberrypi-dev
|
||||
sed -i '/^deb /p;s/deb /deb-src /' /etc/apt/sources.list
|
||||
apt -y update && apt -y build-dep ffmpeg
|
||||
raspbian_build_sdl2
|
||||
|
||||
Reference in New Issue
Block a user