From e6fd7c6af3152f91490117bfabc69a2e2d27647f Mon Sep 17 00:00:00 2001 From: Martin Pulec Date: Mon, 19 Jul 2021 15:47:22 +0200 Subject: [PATCH] Use libraspberrypi-dev instead of cloning from GitHub --- .github/scripts/Linux/arm/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/Linux/arm/bootstrap.sh b/.github/scripts/Linux/arm/bootstrap.sh index c3bae1b08..6615e2e61 100755 --- a/.github/scripts/Linux/arm/bootstrap.sh +++ b/.github/scripts/Linux/arm/bootstrap.sh @@ -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