something

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@202 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
gabucino 2001-03-23 18:30:19 +00:00
parent 38e354884b
commit 96edb007a5
1 changed files with 6 additions and 0 deletions

View File

@ -38,10 +38,16 @@ PC Speaker or DAC:
- MPlayer is mostly intended for OSS
- use at least 2.4 if possible, 2.2 isn't tested
- In case of any problems, first try to change "#define HAVE_AUDIO_SELECT" to
"#undef HAVE_AUDIO_SELECT" in config.h , and recompile!
(make distclean ; make)
Your soundcard may not support querying of its buffer.
- if sound clicks when playing from CD-ROM, turn on IRQ unmasking !
for example "hdparm -u1 /dev/cdrom" (see "man hdparm" !!!)
This is also recommended anyways... (for XMMS, etc...)
- don't use your soundcard by other application ( for ex. XMMS ) !
if you use ESD, start MPlayer with the esddsp utility !
- Please tell us how MPlayer and your soundcard(s) worked together!
Gabucino