Skip to content

Instantly share code, notes, and snippets.

@SA7BNT
SA7BNT / compile-ffmpeg.sh
Created February 18, 2022 20:57 — forked from wildrun0/compile-ffmpeg.sh
Compiling ffmpeg for Raspberry Pi 4 (script only works fine on RPIOS)
#!/bin/bash
# Note that there's no libdrm because this lib cause errors
sudo apt update -y && sudo apt upgrade -y
sudo apt-get -y install \
autoconf \
automake \
build-essential \