diff options
| author | André Batista <nandre@riseup.net> | 2025-09-26 21:01:23 -0300 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2025-09-30 16:52:07 +0900 |
| commit | a3b0a1e88d5d3b57e627e9afcbe64c872f3c967c (patch) | |
| tree | 0cda1256b2e29e60a30a38026356ae1af6d62149 | |
| parent | a9e04862215d993efadb193dcab08745e18a731e (diff) | |
gnu: vlc: Build with ffmpeg@6.
* gnu/packages/video.scm (vlc)[inputs]: Replace ffmpeg with ffmpeg-6.
Change-Id: I49ae469dcff11a35122794f10f6b602f264344d6
Signed-off-by: Andreas Enge <andreas@enge.fr>
| -rw-r--r-- | gnu/packages/video.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index d79e431b52..8e2f429df1 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -2442,7 +2442,7 @@ media, 2D/3D graphics and ECMAScript.") dav1d dbus eudev - ffmpeg + ffmpeg-6 flac fontconfig freetype |
