comparison DOCS/xml/en/codecs.xml @ 10318:2b3ef078e819

Sync with HTML.
author diego
date Sat, 21 Jun 2003 20:01:35 +0000
parents bfb39cff0b18
children 4b2254f16fed
comparison
equal deleted inserted replaced
10317:e4f5cdf9d9b0 10318:2b3ef078e819
448 currently it does not properly <emphasis role="bold">decode</emphasis> all 448 currently it does not properly <emphasis role="bold">decode</emphasis> all
449 DivX/DivX4 files (no problem as <link linkend="ffmpeg">libavcodec</link> 449 DivX/DivX4 files (no problem as <link linkend="ffmpeg">libavcodec</link>
450 can play them) 450 can play them)
451 </simpara></listitem> 451 </simpara></listitem>
452 <listitem><simpara> 452 <listitem><simpara>
453 you have to choose between DivX4 <emphasis role="bold">or</emphasis> XviD
454 support at compiletime
455 </simpara></listitem>
456 <listitem><simpara>
457 under development 453 under development
458 </simpara></listitem> 454 </simpara></listitem>
459 </itemizedlist> 455 </itemizedlist>
460 </para> 456 </para>
461 457
525 521
526 <procedure> 522 <procedure>
527 <title>COMPILING MPLAYER WITH QUICKTIME LIBRARIES SUPPORT</title> 523 <title>COMPILING MPLAYER WITH QUICKTIME LIBRARIES SUPPORT</title>
528 <note><para>currently only 32bit Intel platforms are supported.</para></note> 524 <note><para>currently only 32bit Intel platforms are supported.</para></note>
529 <step><para>download MPlayer CVS</para></step> 525 <step><para>download MPlayer CVS</para></step>
530 <step><para>compile MPlayer with:
531 <screen>$ ./configure --enable-qtx</screen>
532 </para></step>
533 <step><para>download QuickTime DLL pack from 526 <step><para>download QuickTime DLL pack from
534 <ulink url="http://www.mplayerhq.hu/MPlayer/releases/codecs/"/> 527 <ulink url="http://www.mplayerhq.hu/MPlayer/releases/codecs/"/>
535 </para></step> 528 </para></step>
536 <step><para>extract QuickTime DLL pack to your Win32 codecs directory 529 <step><para>extract QuickTime DLL pack to your Win32 codecs directory
537 (default: <filename class="directory">/usr/local/lib/codecs/</filename>) 530 (default: <filename class="directory">/usr/local/lib/codecs/</filename>)
538 </para></step> 531 </para></step>
532 <step><para>compile MPlayer</para></step>
539 </procedure> 533 </procedure>
540 534
541 </sect3> 535 </sect3>
542 </sect2> 536 </sect2>
543 537