From a580d8eb4e4a76c62ad585140549e930b9456b87 Mon Sep 17 00:00:00 2001 From: torinthiel Date: Thu, 21 Dec 2006 00:08:23 +0000 Subject: Still some reformatting: - some (hopefully) more sane linebreaks - remove stray propmt from example git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21705 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/xml/en/faq.xml | 54 ++++++++++++++++++++++++++++------------------------- 1 file changed, 29 insertions(+), 25 deletions(-) (limited to 'DOCS/xml/en/faq.xml') diff --git a/DOCS/xml/en/faq.xml b/DOCS/xml/en/faq.xml index c44ff1f229..46644b680b 100644 --- a/DOCS/xml/en/faq.xml +++ b/DOCS/xml/en/faq.xml @@ -155,7 +155,8 @@ can be a problem on Mandrake systems). Building on Mac OS 10.3 leads to several link errors - + + The link error you're experiencing most likely looks like this: ld: Undefined symbols: @@ -169,29 +170,32 @@ The undefined symbols are present in Mac OS 10.4, but not 10.3. One solution can be to downgrade to QuickTime 7.0.1. Here is a better solution. - -Get an older copy of the frameworks. + + +Get an +older copy of the frameworks. This will give you a compressed file that contains the QuickTime 7.0.1 Framework and a 10.3.9 QuartzCore Framework. - + + Uncompress the files somewhere that is not in your System folder. (i.e. do not install these frameworks into your /System/Library/Frameworks! Using this older copy is only meant to get around link errors!) - -gunzip < CompatFrameworks.tgz | tar xvf - - +gunzip < CompatFrameworks.tgz | tar xvf - In config.mak, you should append -F/path/to/where/you/extracted to the OPTFLAGS variable. If you use X-Code, you can just select these frameworks instead of the system ones. - + + The resulting MPlayer binary will actually use the framework that is installed on your system via dynamic links that are resolved at run-time. (You can verify this using otool -l). - + + @@ -384,9 +388,13 @@ access any menu items! Are you using FVWM? Try the following: -Start -> Settings -> Configuration -> Base Configuration -Set Use Applications position hints -to Yes + + Start -> Settings -> Configuration -> Base Configuration + + + Set Use Applications position hints + to Yes + @@ -436,9 +444,7 @@ How can I get subtitles to appear on the black margins around a movie? Use the expand video filter to increase the area onto which the movie is rendered vertically and place the movie at the top border, for example: - -mplayer -vf expand=0:-100:0:0 -slang de dvd://1 - +mplayer -vf expand=0:-100:0:0 -slang de dvd://1 @@ -530,21 +536,21 @@ If you run into this problem you have two options: - Edit /etc/syconfig/prelink and change - PRELINK_OPTS=-mR to - PRELINK_OPTS="-mR --no-exec-shield" + Edit /etc/syconfig/prelink and change + PRELINK_OPTS=-mR to + PRELINK_OPTS="-mR --no-exec-shield" touch /var/lib/misc/prelink.force - /etc/cron.daily/prelink - (This relinks all the applications, and it takes - quite a while.) + + /etc/cron.daily/prelink + (This relinks all the applications, and it takes quite a while.) execstack -s /path/to/mplayer (This turns off exec-shield for the - MPlayer binary.) + MPlayer binary.) @@ -643,9 +649,7 @@ option explicitly enables software scaling. I've just installed MPlayer. When I want to open a video file it causes a fatal error: - -Error opening/initializing the selected video_out (-vo) device. - +Error opening/initializing the selected video_out (-vo) device. How can I solve my problem? -- cgit v1.2.3