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
e342840989.

* gnu/packages/video.scm (ffmpeg-4) [inputs]: Delete field.

Change-Id: I5820ae04f08b8b5aeeb2e4078425cf6f8150fa11
This commit is contained in:
Maxim Cournoyer 2025-09-30 22:27:52 +09:00
parent da4e1cdb08
commit 3289b8cb02
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -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 ''())