[Mplayer-dev-eng] Solaris and FreeBSD

Juergen Keil jk at tools.de
Sun Jun 24 21:17:20 CEST 2001


There's still the configure problem on Solaris:

Fix was:

Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.90
diff -u -B -r1.90 configure
--- configure   2001/06/21 22:28:50     1.90
+++ configure   2001/06/24 18:57:28
@@ -1074,7 +1074,7 @@
 fi
 fi
 
-if [ "$_xmga" == "autodetect" ]; then
+if [ "$_xmga" = "autodetect" ]; then
  if [ $_x11 = 'yes' ] && [ $_mga = 'yes' ]; then
   _xmga=yes
  else


Otherwise it compiles/works from a fresh CVS copy I just checked out.


Here's a small DOC/SOLARIS update:

% cvs diff SOLARIS 
Index: SOLARIS
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/SOLARIS,v
retrieving revision 1.4
diff -u -B -r1.4 SOLARIS
--- SOLARIS     2001/06/08 23:33:39     1.4
+++ SOLARIS     2001/06/24 19:15:29
@@ -5,7 +5,10 @@
    the use of win32 codecs.
 
 2. To build the package you will need GNU make (gmake, /opt/sfw/gmake), 
-   native Solaris make will not work.
+   native Solaris make will not work.  You also need the GNU C compiler,
+   configured to use the GNU Assembler.  The mplayer code makes heavy use
+   of MMX, SSE and 3DNOW! instructions that cannot be compiled using Sun's
+   assembler /usr/ccs/bin/as.
 
 3. For DVD support you must have the patched libcss installed. Patch:
    http://www.tools.de/solaris/mplayer/

--
Jürgen Keil          		jk at tools.de
Tools GmbH			+49 (228) 9858011


_______________________________________________
Mplayer-dev-eng mailing list
Mplayer-dev-eng at lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/mplayer-dev-eng



More information about the MPlayer-dev-eng mailing list