el8
leigh123linux 7 years ago
parent 36519b15f2
commit 3a356c7d4a

@ -1,9 +1,9 @@
diff -Naur mpv-0.22.0.old/player/main.c mpv-0.22.0/player/main.c
--- mpv-0.22.0.old/player/main.c 2016-11-29 15:03:06.751829770 +0100
+++ mpv-0.22.0/player/main.c 2016-11-29 15:04:40.258166553 +0100
@@ -429,18 +429,6 @@
handle_deprecated_options(mpctx);
diff -Naur mpv-0.28.0.old/player/main.c mpv-0.28.0/player/main.c
--- mpv-0.28.0.old/player/main.c
+++ mpv-0.28.0/player/main.c
@@ -428,18 +428,6 @@
if (handle_help_options(mpctx))
return -2;
- if (!print_libav_versions(mp_null_log, 0)) {
- // Using mismatched libraries can be legitimate, but even then it's
@ -20,3 +20,4 @@ diff -Naur mpv-0.22.0.old/player/main.c mpv-0.22.0/player/main.c
if (!mpctx->playlist->first && !opts->player_idle_mode)
return -3;

@ -146,7 +146,7 @@ fi
%files
%docdir %{_docdir}/%{name}
%{_docdir}/%{name}
%license LICENSE Copyright
%license LICENSE.GPL LICENSE.LGPL Copyright
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}*.*
@ -155,7 +155,7 @@ fi
%config(noreplace) %{_sysconfdir}/%{name}/encoding-profiles.conf
%files libs
%license LICENSE Copyright
%license LICENSE.GPL LICENSE.LGPL Copyright
%{_libdir}/libmpv.so.*
%files libs-devel
@ -167,6 +167,7 @@ fi
* Wed Jan 17 2018 Leigh Scott <leigh123linux@googlemail.com> - 0.28.0-1
- Update to 0.28.0
- Enable VA-API
- Enable vulkan support
* Tue Jan 16 2018 Nicolas Chauvet <kwizart@gmail.com> - 0.27.0-4
- Disable VA-API until 0.28.0 lands

Loading…
Cancel
Save