[MPlayer-users] Compiling on MacOSX
bob
kranki at mac.com
Fri Jun 15 14:40:23 CEST 2007
Hi,
I just did a svn update and compiled on MacOSX 10.4.9 and
XCode 2.4.1 successfully using the following:
#!/bin/bash
if CFLAGS= ./configure
then
:
else
die "Configure failed"
fi
if CFLAGS= make clean
then
:
else
die "make clean failed"
fi
if CFLAGS= make
then
:
else
die "make failed"
fi
echo "return code = $?"
Please note the CFLAGS=. I had some CFLAGS defined for mysql and
neither mplayer nor ffmpeg would compile with those set. BTW, die is
defined externally in my bash profile.
I had not seen it mentioned before, but I am new to this list. So,
I thought that I should. If anyone knows an easy way to search this,
I would appreciate knowing it.
Bob
More information about the MPlayer-users
mailing list