mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
da4e1cdb08
commit
3289b8cb02
1 changed files with 0 additions and 2 deletions
|
@ -1940,8 +1940,6 @@ audio/video codec library.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"05q6bpid5hfr9djp6cf3sq8majkjiqnl3v9i2y0an23w8qgld412"))))
|
"05q6bpid5hfr9djp6cf3sq8majkjiqnl3v9i2y0an23w8qgld412"))))
|
||||||
(inputs (modify-inputs (package-inputs ffmpeg-5)
|
|
||||||
(replace "sdl2" sdl2-2.0)))
|
|
||||||
(arguments
|
(arguments
|
||||||
(substitute-keyword-arguments (package-arguments ffmpeg-5)
|
(substitute-keyword-arguments (package-arguments ffmpeg-5)
|
||||||
((#:configure-flags flags ''())
|
((#:configure-flags flags ''())
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue