Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/audiofile.xml

    rc93c620c r18a8da63  
    1717
    1818  <sect1info>
     19    <othername>$LastChangedBy$</othername>
    1920    <date>$Date$</date>
    2021  </sect1info>
     
    3536    </para>
    3637
    37     &lfs110a_checked;
     38    &lfs10_checked;
    3839
    3940    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    102103    </para>
    103104
    104 <screen><userinput>CXXFLAGS="${CXXFLAGS:--O2 -g} -std=c++98" \
     105<screen><userinput>CXXFLAGS=-std=c++98 \
    105106./configure --prefix=/usr --disable-static &amp;&amp;
    106107
     
    177178          <para>
    178179            displays the sound file format, audio encoding, sampling
    179             rate and duration for audio formats supported by this library
     180            rate and duration for audio formats supported by this library.
    180181          </para>
    181182          <indexterm zone="audiofile sfinfo">
     
    190191          <para>
    191192            converts sound file formats where the original format and
    192             destination format are supported by this library
     193            destination format are supported by this library.
    193194          </para>
    194195          <indexterm zone="audiofile sfconvert">
     
    203204          <para>
    204205            contains functions used by programs to support AIFF,
    205             AIFF-compressed, Sun/NeXT, WAV and BIC audio formats
     206            AIFF-compressed, Sun/NeXT, WAV and BIC audio formats.
    206207          </para>
    207208          <indexterm zone="audiofile libaudiofile">
Note: See TracChangeset for help on using the changeset viewer.