source: multimedia/libdriv/libva-drivers-systemd.xml@ 3f64928

7.6-blfs 7.6-systemd kde5-14269 kde5-14686 systemd-13485
Last change on this file since 3f64928 was 3f64928, checked in by Krejzi <krejzi@…>, 10 years ago

Add missing xml files.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@13582 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 1.4 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="libva-drivers" xreflabel="libva Drivers">
9 <?dbhtml filename="libva-drivers.html" ?>
10
11 <sect1info>
12 <othername>$LastChangedBy$</othername>
13 <date>$Date$</date>
14 </sect1info>
15
16 <title>libva Drivers</title>
17
18 <indexterm zone="libva-drivers">
19 <primary sortas="a-Python-Modules">libva Drivers</primary>
20 </indexterm>
21
22 <sect2 role="package">
23 <title>Introduction to libva Drivers</title>
24
25 <para>
26 The <application>libva</application> drivers page contains the
27 instructions for building the drivers that are necessary in order
28 for <application>libva</application> to take the advantage of
29 the hardware that it is running on.
30 </para>
31
32 <itemizedlist spacing="compact">
33 <listitem>
34 <para>
35 <xref linkend="libva-intel-driver"/>
36 </para>
37 </listitem>
38 <listitem>
39 <para>
40 <xref linkend="libva-vdpau-driver"/>
41 </para>
42 </listitem>
43 </itemizedlist>
44 </sect2>
45
46
47 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
48 href="libva-intel-driver-systemd.xml"/>
49
50 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
51 href="libva-vdpau-driver-systemd.xml"/>
52
53</sect1>
Note: See TracBrowser for help on using the repository browser.