mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
chore(nix): use ffmpeg instead of ffmpegthumbnailer (#1928)
Replace ffmpegthumbnailer with ffmpeg for generating previews, bringing
the Nix build in line with changes introduced in commit 0f9a3195 (feat!:
video spotter & use ffmpeg as previewer backend).
Signed-off-by: Ruowen Qin <chinqrw@gmail.com>
This commit is contained in:
parent
d5038eeed5
commit
a610a77721
1 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@
|
|||
jq,
|
||||
poppler_utils,
|
||||
_7zz,
|
||||
ffmpegthumbnailer,
|
||||
ffmpeg,
|
||||
fd,
|
||||
ripgrep,
|
||||
fzf,
|
||||
|
|
@ -40,7 +40,7 @@ let
|
|||
jq
|
||||
poppler_utils
|
||||
_7zz
|
||||
ffmpegthumbnailer
|
||||
ffmpeg
|
||||
fd
|
||||
ripgrep
|
||||
fzf
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue