summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlunik1 <13547699+lunik1@users.noreply.github.com>2021-05-21 22:49:22 +0100
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2021-06-16 18:50:00 +0000
commitb682bf2892391a92aa0454c119358d9f0f8e56c5 (patch)
tree9c0ae19a4e6b053394eba099454df34a664fef7f
parentppsspp: fix build against ffmpeg 4.4 (diff)
downloadnixpkgs-b682bf2892391a92aa0454c119358d9f0f8e56c5.tar.gz
Update pkgs/misc/emulators/ppsspp/default.nix
Co-authored-by: Sandro <sandro.jaeckel@gmail.com> (cherry picked from commit 89cbb28f64b3406164e61cd1fcd7504a89b6e8fd)
-rw-r--r--pkgs/misc/emulators/ppsspp/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/misc/emulators/ppsspp/default.nix b/pkgs/misc/emulators/ppsspp/default.nix
index cadbbd3810d9..124b8cb8e690 100644
--- a/pkgs/misc/emulators/ppsspp/default.nix
+++ b/pkgs/misc/emulators/ppsspp/default.nix
@@ -28,8 +28,9 @@ mkDerivation rec {
};
patches = [
+ # fix compability with ffmpeg 4.4, remove on next release after 1.11
(fetchpatch {
- name = "fix_ffmpeg_4.4.patch"; # to be removed with next release
+ name = "fix_ffmpeg_4.4.patch";
url = "https://patch-diff.githubusercontent.com/raw/hrydgard/ppsspp/pull/14176.patch";
sha256 = "sha256-ecDoOydaLfL6+eFpahcO1TnRl866mZZVHlr6Qrib1mo=";
})