- Remove 0001-dont-load-client-rt-conf.patch: added upstream - Update to version 0.40.0+git20250325.97cb16d68340: OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=319
13 lines
420 B
Diff
13 lines
420 B
Diff
diff --git a/common/av_log.c b/common/av_log.c
|
|
index 6785e8927861..e7bfd2e2a135 100644
|
|
--- a/common/av_log.c
|
|
+++ b/common/av_log.c
|
|
@@ -224,7 +224,6 @@ void check_library_versions(struct mp_log *log, int v)
|
|
{
|
|
mp_fatal(log, "%s: build version %d.%d.%d incompatible with runtime version %d.%d.%d\n",
|
|
l->name, V(l->buildv), V(l->runv));
|
|
- exit(1);
|
|
}
|
|
}
|
|
}
|