openmw: pin FFmpeg 6
Upstream is ready for FFmpeg 7 in the development version, but there are too many patches to reasonably apply to the release version.
This commit is contained in:
parent
192fd67cc3
commit
3ae7b3cd45
@ -2,6 +2,7 @@
|
||||
, stdenv
|
||||
, fetchFromGitLab
|
||||
, fetchpatch
|
||||
, fetchpatch2
|
||||
, cmake
|
||||
, pkg-config
|
||||
, wrapQtAppsHook
|
||||
@ -11,7 +12,8 @@
|
||||
, VideoDecodeAcceleration
|
||||
, boost
|
||||
, bullet
|
||||
, ffmpeg
|
||||
# Please unpin this on the next OpenMW release.
|
||||
, ffmpeg_6
|
||||
, libXt
|
||||
, luajit
|
||||
, lz4
|
||||
@ -80,7 +82,7 @@ stdenv.mkDerivation rec {
|
||||
SDL2
|
||||
boost
|
||||
bullet'
|
||||
ffmpeg
|
||||
ffmpeg_6
|
||||
libXt
|
||||
luajit
|
||||
lz4
|
||||
|
Loading…
Reference in New Issue
Block a user