SHA256
1
0
forked from pool/mpv
mpv/mpv-make-ffmpeg-version-check-non-fatal.patch
Tomáš Chvátal a1a35c5724 Accepting request 737639 from home:namtrac:branches:multimedia:apps
- Update to version 0.30.0+git.1570822084.a85fa2d2de:
  * See c833c095d7...a85fa2d2de
    for the complete changelog.
  * Fixes rendering glitches on Wayland

    for the complete changelog.
    for the complete changelog.

OBS-URL: https://build.opensuse.org/request/show/737639
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=166
2019-10-12 08:52:55 +00:00

14 lines
592 B
Diff

Index: mpv/player/main.c
===================================================================
--- mpv.orig/player/main.c
+++ mpv/player/main.c
@@ -384,7 +384,7 @@ int mp_initialize(struct MPContext *mpct
if (handle_help_options(mpctx))
return 1; // help
- if (!print_libav_versions(mp_null_log, 0)) {
+ if (0 && !print_libav_versions(mp_null_log, 0)) {
print_libav_versions(mpctx->log, MSGL_FATAL);
MP_FATAL(mpctx, "\nmpv was compiled against an incompatible version of "
"FFmpeg/Libav than the shared\nlibrary it is linked against. "