[MPlayer-users] Compiling on MacOSX
bob
kranki at mac.com
Sat Jun 16 05:31:57 CEST 2007
Sorry, I should have said "search this list's archive", then I would
greatly appreciate knowing it. So far, I google things and some-
times I get the a posting from the archives, but mostly I do not.
At least that is what it seems like.
On Jun 15, 2007, at 8:40 AM, bob wrote:
> 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
>
>
>
> _______________________________________________
> MPlayer-users mailing list
> MPlayer-users at mplayerhq.hu
> http://lists.mplayerhq.hu/mailman/listinfo/mplayer-users
More information about the MPlayer-users
mailing list