firefox: pin to ffmpeg 7.x
Work to support ffmpeg 8.0 is ongoing and due to the update we lost swdec support for h264/hevc/aac. https://bugzilla.mozilla.org/show_bug.cgi?id=1962139
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
writeText,
|
||||
|
||||
## various stuff that can be plugged in
|
||||
ffmpeg,
|
||||
ffmpeg_7,
|
||||
xorg,
|
||||
alsa-lib,
|
||||
libpulseaudio,
|
||||
@@ -93,7 +93,7 @@ let
|
||||
++ lib.optional (cfg.speechSynthesisSupport or true) speechd-minimal
|
||||
)
|
||||
++ lib.optional pipewireSupport pipewire
|
||||
++ lib.optional ffmpegSupport ffmpeg
|
||||
++ lib.optional ffmpegSupport ffmpeg_7
|
||||
++ lib.optional gssSupport libkrb5
|
||||
++ lib.optional useGlvnd libglvnd
|
||||
++ lib.optionals (cfg.enableQuakeLive or false) (
|
||||
|
||||
Reference in New Issue
Block a user