Changeset 483ab89
- Timestamp:
- 05/15/2008 07:41:20 AM (15 years ago)
- Branches:
- 6.3, 6.3-rc2, 6.3-rc3
- Children:
- dbc0832
- Parents:
- ad6d61c
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rad6d61c r483ab89 4 4 --> 5 5 6 <!ENTITY day "1 4"> <!-- Always 2 digits -->6 <!ENTITY day "16"> <!-- Always 2 digits --> 7 7 <!ENTITY month "05"> <!-- Always 2 digits --> 8 8 <!ENTITY year "2008"> -
introduction/welcome/changelog.xml
rad6d61c r483ab89 41 41 42 42 --> 43 44 <listitem> 45 <para>May 15th, 2008</para> 46 <itemizedlist> 47 <listitem> 48 <para>[rdaniels] - Added --without-ffmpeg to Akode instructions to 49 prevent compilation errors from building Akode with 50 FFmpeg support.</para> 51 </listitem> 52 </itemizedlist> 53 </listitem> 43 54 44 55 <listitem> -
kde/add/kdemultimedia.xml
rad6d61c r483ab89 97 97 <ulink url="http://pulseaudio.org/">PulseAudio</ulink>, 98 98 <ulink url="http://jackit.sourceforge.net/">JACK</ulink>, and 99 <ulink url="http://www.mplayerhq.hu/homepage/design7/dload.html#cvs">FFmpeg 100 </ulink>(must be a CVS version, and support is experimental)</para> 99 <xref linkend="ffmpeg"/> (support is experimental)</para> 101 100 102 101 <bridgehead renderas="sect3">Installation of Akode</bridgehead> … … 105 104 commands:</para> 106 105 107 <screen><userinput>./configure --prefix=&kde-dir; \106 <screen><userinput>./configure --prefix=&kde-dir; --without-ffmpeg \ 108 107 --disable-debug --disable-dependency-tracking && 109 108 make</userinput></screen> … … 114 113 115 114 <screen role="root"><userinput>make install</userinput></screen> 115 116 </sect2> 117 118 <sect2 role="commands"> 119 <title>Command Explanations</title> 120 121 <para><parameter>--without-ffmpeg</parameter>: This option disables the 122 experimental <application>FFmpeg</application> support in 123 <application>Akode</application>, as the build fails if it is enabled. 124 A patch that allows the build to complete with 125 <application>FFmpeg</application> support can be found as an attachment at 126 <ulink url="http://linuxfromscratch.org/pipermail/blfs-dev/2007-October/017837.html"/>. 127 However, the functionality of <application>Akode</application> built with 128 <application>FFmpeg</application> support has not been tested by the 129 BLFS editors.</para> 116 130 117 131 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.