# HG changeset patch # User torinthiel # Date 1166659703 0 # Node ID 43f41347aab06252b0e8983d1bb7150f581717b9 # Parent 950dfaa7612ce345de1728b035c18710d4cbae6d Still some reformatting: - some (hopefully) more sane linebreaks - remove stray propmt from example diff -r 950dfaa7612c -r 43f41347aab0 DOCS/xml/en/faq.xml --- a/DOCS/xml/en/faq.xml Wed Dec 20 20:30:08 2006 +0000 +++ b/DOCS/xml/en/faq.xml Thu Dec 21 00:08:23 2006 +0000 @@ -155,7 +155,8 @@ 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 @@ 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 @@ 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 @@ 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 @@ - 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 @@ 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? diff -r 950dfaa7612c -r 43f41347aab0 DOCS/xml/en/install.xml --- a/DOCS/xml/en/install.xml Wed Dec 20 20:30:08 2006 +0000 +++ b/DOCS/xml/en/install.xml Thu Dec 21 00:08:23 2006 +0000 @@ -245,9 +245,13 @@ configuration file (see the manual page for details). The second is to create a symlink called subfont.ttf to the font file of your choice. Either -ln -s /path/to/sample_font.ttf ~/.mplayer/subfont.ttf + +ln -s /path/to/sample_font.ttf ~/.mplayer/subfont.ttf + for each user individually or a system-wide one: -ln -s /path/to/sample_font.ttf $PREFIX/share/mplayer/subfont.ttf + +ln -s /path/to/sample_font.ttf $PREFIX/share/mplayer/subfont.ttf + @@ -256,8 +260,9 @@ won't work, instead expects a fontconfig font name and defaults to the sans-serif font. Example: - -mplayer -font 'Bitstream Vera Sans' anime.mkv + +mplayer -font 'Bitstream Vera Sans' anime.mkv + @@ -287,8 +292,12 @@ $PREFIX/share/mplayer. Then rename or symlink one of the extracted directories to font, for example: -ln -s ~/.mplayer/arial-24 ~/.mplayer/font -ln -s $PREFIX/share/mplayer/arial-24 $PREFIX/share/mplayer/font + +ln -s ~/.mplayer/arial-24 ~/.mplayer/font + + +ln -s $PREFIX/share/mplayer/arial-24 $PREFIX/share/mplayer/font + @@ -340,7 +349,7 @@ start MPlayer by the following example: - $ mplayer -menu file.avi + mplayer -menu file.avi push any menu key you defined