[MPlayer-dev-eng] Re: [PATCH] Real Audio/Video DLL support for Mac OS X

Donnie Smith xc0bead2d8130df59 at f4n.org
Mon Jun 30 14:14:41 CEST 2003


On Mon, Jun 30, 2003 at 14:12:27 +0200, Donnie Smith wrote:
> I've attached a suggestion.
Argh.. I forgot to encode it as base64 as required by patches.txt,
here it is again. Sorry.
-------------- next part --------------
--- DOCS/en/codecs.html.orig	2003-06-30 13:39:24.000000000 +0200
+++ DOCS/en/codecs.html	2003-06-30 14:13:03.000000000 +0200
@@ -267,7 +267,16 @@
 
 <P><B>Note:</B> RealPlayer libraries currently <B>only work with Linux, FreeBSD,
   NetBSD and Cygwin on the x86, Alpha and PowerPC (Linux/Alpha and Linux/PowerPC
-  have been tested) platforms.</B></P>
+  have been tested) platforms and with Mac OS X.</B></P>
+<P>On Mac OS X you must make sure <CODE>pncrt.Shlb</CODE> (including it's
+  resource fork!) is in the same directory as the Real codecs.
+  Copy them using, for example, <CODE>ditto</CODE>:
+    <PRE>
+    ditto -rsrcFork "RealOne Player.app/Contents/MacOS/pncrt.Shlb" "RealOne Player.app/Contents/MacOS/Library/Codecs"</PRE>
+  Not doing this, or forgetting to copy the resource fork, will result in
+  errors such as: <CODE>GetDiskFragment() failed with error -2804:
+  &lt;&lt;Unknown disk fragment&gt;&gt;&lt;&lt;Unknown disk 
+  fragment&gt;&gt;&lt;pncrt.Shlb&gt;&lt;&gt;</CODE>.</P>
 
 
 <H4><A NAME="xvid">2.2.1.9 XviD</A></H4>


More information about the MPlayer-dev-eng mailing list