mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
ffmpeg: add support for Vulkan
- Made the dependency internal - Added an option to the Command Explanations for using --enable-vulkan to enable video acceleration through Vulkan
This commit is contained in:
parent
df04499346
commit
990c920537
@ -127,6 +127,7 @@
|
|||||||
<xref linkend="texlive"/>
|
<xref linkend="texlive"/>
|
||||||
(or <xref linkend="tl-installer"/>) for PDF and PS documentation,
|
(or <xref linkend="tl-installer"/>) for PDF and PS documentation,
|
||||||
<xref linkend="v4l-utils"/>,
|
<xref linkend="v4l-utils"/>,
|
||||||
|
<xref linkend="vulkan-loader"/>,
|
||||||
<xref linkend="xvid"/>,
|
<xref linkend="xvid"/>,
|
||||||
<xref linkend="x-window-system"/>,
|
<xref linkend="x-window-system"/>,
|
||||||
<ulink url="https://github.com/festvox/flite">Flite</ulink>,
|
<ulink url="https://github.com/festvox/flite">Flite</ulink>,
|
||||||
@ -149,8 +150,8 @@
|
|||||||
<ulink url="https://sourceforge.net/projects/schrodinger/">Schroedinger</ulink>,
|
<ulink url="https://sourceforge.net/projects/schrodinger/">Schroedinger</ulink>,
|
||||||
<ulink url="https://www.twolame.org/">TwoLAME</ulink>,
|
<ulink url="https://www.twolame.org/">TwoLAME</ulink>,
|
||||||
<ulink url="https://sourceforge.net/projects/opencore-amr/files/vo-aacenc/">vo-aaenc</ulink>,
|
<ulink url="https://sourceforge.net/projects/opencore-amr/files/vo-aacenc/">vo-aaenc</ulink>,
|
||||||
<ulink url="https://sourceforge.net/projects/opencore-amr/files/vo-amrwbenc/">vo-amrwbenc</ulink>,
|
<ulink url="https://sourceforge.net/projects/opencore-amr/files/vo-amrwbenc/">vo-amrwbenc</ulink>, and
|
||||||
<ulink url="https://vulkan.org/">Vulkan</ulink>, and
|
<!--<ulink url="https://vulkan.org/">Vulkan</ulink>, and-->
|
||||||
<ulink url="https://zapping.sourceforge.net/ZVBI/">ZVBI</ulink>
|
<ulink url="https://zapping.sourceforge.net/ZVBI/">ZVBI</ulink>
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@ -431,6 +432,11 @@ grep ^TEST ../fate.log | wc -l</userinput></screen>
|
|||||||
<application>Pulseaudio</application> for audio output.
|
<application>Pulseaudio</application> for audio output.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
<option>--enable-vulkan</option>: Enables support for using Vulkan for
|
||||||
|
video acceleration.
|
||||||
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
<command>gcc tools/qt-faststart.c -o tools/qt-faststart</command>: This
|
<command>gcc tools/qt-faststart.c -o tools/qt-faststart</command>: This
|
||||||
builds the <command>qt-faststart</command> program which can modify
|
builds the <command>qt-faststart</command> program which can modify
|
||||||
|
Loading…
Reference in New Issue
Block a user