summaryrefslogtreecommitdiffstats
path: root/DOCS/MPlayer-FAQ
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-03-28 18:15:51 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-03-28 18:15:51 +0000
commit4680a1cbed5baa03f40ba79f97a41747c6c988b5 (patch)
tree043bff0c0dbe5c62fedcd493ff44d4d72a1b4b8c /DOCS/MPlayer-FAQ
parent4a285fe759f45352f9e56adeaa5c3f0880c1cd67 (diff)
downloadmpv-4680a1cbed5baa03f40ba79f97a41747c6c988b5.tar.bz2
mpv-4680a1cbed5baa03f40ba79f97a41747c6c988b5.tar.xz
symlink addition
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@233 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/MPlayer-FAQ')
-rw-r--r--DOCS/MPlayer-FAQ13
1 files changed, 8 insertions, 5 deletions
diff --git a/DOCS/MPlayer-FAQ b/DOCS/MPlayer-FAQ
index 1b8392a54c..f51f4f24fb 100644
--- a/DOCS/MPlayer-FAQ
+++ b/DOCS/MPlayer-FAQ
@@ -118,11 +118,14 @@ A: Inform the MPlayer-users mailing list about your problem. *ALWAYS*
Q: During 'make', MPlayer complains about X11 libraries. I don't understand,
I DO have X installed!?
-A: ...but you don't have the X development package installed. It's called
- XFree86-devel* under RedHat, and xlib6g-dev* under Debian.
- Also check if the /usr/X11 symlink exists (this can be a problem on
- Mandrake systems). It can be created with the 'ln -sf /usr/X11R6 /usr/X11'
- command. Your distribution may differ from the Linux Filesystem Standard.
+A: ...but you don't have the X development package installed. Or not
+ correctly. It's called XFree86-devel* under RedHat, and xlib6g-dev* under
+ Debian. Also check if the /usr/X11 symlink exists (this can be a problem on
+ Mandrake systems). It can be created with the
+ $ ln -sf /usr/X11R6 /usr/X11
+ command. Also check the /usr/include/X11 link :
+ $ ln -sf /usr/X11R6/include/X11 /usr/include/X11
+ Your distribution may differ from the Linux Filesystem Standard.
Q: I have problems playing files with ... codec. Can I use'em?
A: Check DOCS/TODO , if it doesn't contain your codec, contact us.