From 3289b8cb029d246a0af9a6d99091c79ed901693c Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Tue, 30 Sep 2025 22:27:52 +0900 Subject: [PATCH] gnu: ffmpeg-4: Restore building with regular sdl2. This was resolved incorrectly when merging mesa-updates, which undid this change that was made around the same time in e342840989ceb7a6efe56ae29bc8caf00c873bca. * gnu/packages/video.scm (ffmpeg-4) [inputs]: Delete field. Change-Id: I5820ae04f08b8b5aeeb2e4078425cf6f8150fa11 --- gnu/packages/video.scm | 2 -- 1 file changed, 2 deletions(-) diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index c19dfce9a7627d95aaa5e8fb4b0dc77d23f09936..e7af1b468464fc4de334759207427de0bec6be69 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -1940,8 +1940,6 @@ audio/video codec library.") (sha256 (base32 "05q6bpid5hfr9djp6cf3sq8majkjiqnl3v9i2y0an23w8qgld412")))) - (inputs (modify-inputs (package-inputs ffmpeg-5) - (replace "sdl2" sdl2-2.0))) (arguments (substitute-keyword-arguments (package-arguments ffmpeg-5) ((#:configure-flags flags ''())