mpv/mpv-make-ffmpeg-version-check-non-fatal.patch
llyyr 75dfe650bf Accepting request 1194026 from home:llyyr:branches:multimedia:apps
- Remove fix-docs-path.patch: move files after install instead.
- Move 'Copyright' file to licenses.
- Stop installing example mpv.conf and input.conf provided by
  upstream to /etc/mpv. These are purely examples and don't actually
  set any options. The user can already see them for reference in
  %{_defaultdocdir}/mpv.
- Run tests

OBS-URL: https://build.opensuse.org/request/show/1194026
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=310
2024-08-15 00:09:49 +00:00

25 lines
639 B
Diff

From 7feac1e3ab52002314a0a939313cdea93f5a0b3a Mon Sep 17 00:00:00 2001
From: Mia Herkt <mia@0x0.st>
Date: Sat, 18 Mar 2023 01:10:57 +0100
Subject: [PATCH] av_log: make FFmpeg version check non-fatal
---
common/av_log.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/common/av_log.c b/common/av_log.c
index 15d17aff..ae173592 100644
--- a/common/av_log.c
+++ b/common/av_log.c
@@ -207,7 +207,6 @@ void check_library_versions(struct mp_log *log, int v)
{
fprintf(stderr, "%s: %d.%d.%d -> %d.%d.%d\n",
l->name, V(l->buildv), V(l->runv));
- abort();
}
}
}
--
2.40.0