b10ea3c8e0
- Update to version 0.30.0+git.1569760020.c833c095d7:
* See b6def652a4...c833c095d7
for the complete changelog.
- Refresh mpv-make-ffmpeg-version-check-non-fatal.patch
- Remove --enable-zsh-comp option, zsh completion is now always enabled
OBS-URL: https://build.opensuse.org/request/show/733919
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=162
14 lines
601 B
Diff
14 lines
601 B
Diff
Index: mpv/player/main.c
|
|
===================================================================
|
|
--- mpv.orig/player/main.c
|
|
+++ mpv/player/main.c
|
|
@@ -382,7 +382,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)) {
|
|
// Using mismatched libraries can be legitimate, but even then it's
|
|
// a bad idea. We don't acknowledge its usefulness and stability.
|
|
// Distro maintainers who patch this out should be aware that mpv
|