zimbatm / ffmpeg-static

Scripts to build ffmpeg with all the deps statically (webm + h264 included)
ISC License
512 stars 254 forks source link

Build fails on Debian 11.0 and 12.0 #111

Open mujavidb opened 9 months ago

mujavidb commented 9 months ago

I have tried the install build command and in both Debian 11.0 (Bullseye) and 12.0 (Bookworm) it fails the Ffmpeg static build stage with the same error frei0r.h not found:

...
config.status: executing summary commands
SDL2 Configure Summary:
Building Static Libraries
...
mkdir -p -- /app/ffmpeg-static/target/lib/cmake/SDL2
/usr/bin/install -c -m 644 sdl2-config.cmake /app/ffmpeg-static/target/lib/cmake/SDL2
/usr/bin/install -c -m 644 sdl2-config-version.cmake /app/ffmpeg-static/target/lib/cmake/SDL2
*** Building FFmpeg ***
ERROR: frei0r.h not found
guilletrejo commented 9 months ago

Have you tried installing frei0r-plugins-dev?

sudo apt install frei0r-plugins-dev