comparison DOCS/xml/en/ports.xml @ 11802:007f2f9a06ce

Some <replaceable> tags added.
author diego
date Sun, 18 Jan 2004 16:08:04 +0000
parents 97c248af8374
children 359eaf957bf1
comparison
equal deleted inserted replaced
11801:9d6a01b75ad3 11802:007f2f9a06ce
296 <application>Cygwin</application>) to <filename>configure</filename>. We 296 <application>Cygwin</application>) to <filename>configure</filename>. We
297 have had some reports that Real DLLs need to be writable by the user running 297 have had some reports that Real DLLs need to be writable by the user running
298 <application>MPlayer</application>, but only on some systems. Try making 298 <application>MPlayer</application>, but only on some systems. Try making
299 them writable if you have problems. QuickTime DLLs also work, but you will 299 them writable if you have problems. QuickTime DLLs also work, but you will
300 have to put them in your Windows system directory 300 have to put them in your Windows system directory
301 (<filename class="directory">C:\Windows\system\</filename> or similar).</para> 301 (<filename class="directory"><replaceable>C:\Windows\system\</replaceable></filename>
302 or similar).</para>
302 303
303 <para>The <application>Cygwin</application>/<application>MinGW</application> 304 <para>The <application>Cygwin</application>/<application>MinGW</application>
304 console is rather slow. Redirecting output or using the 305 console is rather slow. Redirecting output or using the
305 <option>-quiet</option> option has been reported to improve performance on 306 <option>-quiet</option> option has been reported to improve performance on
306 some systems. Direct rendering (<option>-dr</option>) may also help. 307 some systems. Direct rendering (<option>-dr</option>) may also help.
339 <screen>mplayer <replaceable>/cygdrive/d/MPEG2/AVSEQ01.MPG</replaceable></screen> 340 <screen>mplayer <replaceable>/cygdrive/d/MPEG2/AVSEQ01.MPG</replaceable></screen>
340 341
341 <para>DVDs also work, adjust <option>-dvd-device</option> for the drive letter 342 <para>DVDs also work, adjust <option>-dvd-device</option> for the drive letter
342 of your DVD-ROM:</para> 343 of your DVD-ROM:</para>
343 344
344 <screen>mplayer dvd://&lt;title&gt; -dvd-device '\\.\d:'</screen> 345 <screen>mplayer dvd://<replaceable>&lt;title&gt;</replaceable> -dvd-device '\\.\<replaceable>d</replaceable>:'</screen>
345 346
346 </sect2> 347 </sect2>
347 348
348 349
349 <sect2 id="mingw"> 350 <sect2 id="mingw">
366 367
367 <screen>mplayer <replaceable>d:/mpegav/avseq01.dat</replaceable></screen> 368 <screen>mplayer <replaceable>d:/mpegav/avseq01.dat</replaceable></screen>
368 369
369 <screen>mplayer <replaceable>/d/MPEG2/AVSEQ01.MPG</replaceable></screen> 370 <screen>mplayer <replaceable>/d/MPEG2/AVSEQ01.MPG</replaceable></screen>
370 371
371 <screen>mplayer dvd://&lt;title&gt; -dvd-device /d/</screen> 372 <screen>mplayer dvd://<replaceable>&lt;title&gt;</replaceable> -dvd-device /<replaceable>d</replaceable>/</screen>
372 373
373 </sect2> 374 </sect2>
374 375
375 376
376 </sect1> 377 </sect1>