Really update book to libXvMC-1.0.11

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21353 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Bruce Dubbs 2019-03-18 04:36:18 +00:00
parent 17cfcffde7
commit d60c5feb05
2 changed files with 7 additions and 2 deletions

View File

@ -85,8 +85,8 @@
<!ENTITY libXv-version "1.0.11">
<!ENTITY libXv-md5sum "210b6ef30dda2256d54763136faa37b9">
<!ENTITY libXvMC-version "1.0.10">
<!ENTITY libXvMC-md5sum "4cbe1c1def7a5e1b0ed5fce8e512f4c6">
<!ENTITY libXvMC-version "1.0.11">
<!ENTITY libXvMC-md5sum "707175185a2e0490b8173686c657324f">
<!ENTITY libXxf86dga-version "1.1.5">
<!ENTITY libXxf86dga-md5sum "0ddeafc13b33086357cfa96fae41ee8e">

View File

@ -167,6 +167,11 @@ ACLOCAL="aclocal -I $XORG_PREFIX/share/aclocal"
export PATH PKG_CONFIG_PATH ACLOCAL LIBRARY_PATH C_INCLUDE_PATH CPLUS_INCLUDE_PATH
EOF</userinput></screen>
<para>The script above needs to be activated. Normally it will be
automatic at login, but to activate it now, as a regular user, run:</para>
<screen><userinput>source /etc/profile.d/xorg.sh</userinput></screen>
<para>You should also add
<filename class="directory"> $XORG_PREFIX/lib</filename> to the
<filename>/etc/ld.so.conf</filename> file. Again, as the