You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-video/mpv/files/0.18.1/mpv-0.18.1-fix-doc-build.patch

24 lines
831 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

commit 4a4a9f330281ad11eb39a013bf7308063767bab8
Author: Martin Herkt <lachs0r@srsfckn.biz>
Date: Fri Jul 15 12:57:12 2016 +0200
man: fix PDF build error
ReportLab really doesnt like breaking inline literals, so insert an
explicit line break.
Fixes #3338
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 9a251ae..74d17a6 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -588,6 +588,7 @@ Video
:videotoolbox: requires ``--vo=opengl`` (OS X 10.8 and up only)
:videotoolbox-copy: copies video back into system RAM (OS X 10.8 and up only)
:dxva2: requires ``--vo=opengl:backend=angle`` or
+
``--vo=opengl:backend=dxinterop`` (Windows only)
:dxva2-copy: copies video back to system RAM (Windows only)
:d3d11va: requires ``--vo=opengl:backend=angle`` (Windows only)