1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-21 16:45:58 +02:00

gnu: python-torchvision: Build with FFMPEG 6.

* gnu/packages/machine-learning.scm (python-torchvision)[inputs]: Replace
ffmpeg with ffmpeg-6.
This commit is contained in:
Liliana Marie Prikler
2025-10-24 11:12:19 +02:00
parent b8c6bd4a7c
commit 97e824230d
+1 -1
View File
@@ -5333,7 +5333,7 @@ implementations and an easy-to-use API to create custom metrics. It offers:
(setenv "TORCHVISION_LIBRARY"
(string-append jpegdir "/lib/"))))))))
(inputs
(list ffmpeg
(list ffmpeg-6
libpng
libjpeg-turbo))
(propagated-inputs