mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
sanjuuni: fix build with FFmpeg 7 (#354089)
This commit is contained in:
commit
e23775a6a9
@ -31,6 +31,12 @@ stdenv.mkDerivation rec {
|
||||
opencl-clhpp
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
# TODO: Remove when https://github.com/MCJack123/sanjuuni/commit/778644b164c8877e56f9f5512480dde857133815 is released
|
||||
substituteInPlace configure \
|
||||
--replace-fail "swr_alloc_set_opts" "swr_alloc_set_opts2"
|
||||
'';
|
||||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user