[Ffmpeg-devel] Mac Os X issues

Jacob Meuser jakemsr
Sat Dec 24 08:02:33 CET 2005


On Fri, Dec 23, 2005 at 08:17:07PM +0800, carboncopy public wrote:

> OK, I did another hack,
> I edited zlib="no" to "yes" in the line below , as shown below:
> $cc $CFLAGS $LDFLAGS -o $TMPE $TMPC -lz 2> /dev/null || zlib="yes"
> 
> Compile and install ok.

change the above a little more, for just a second, from

$cc $CFLAGS $LDFLAGS -o $TMPE $TMPC -lz 2> /dev/null || zlib="yes"

to

echo $cc $CFLAGS $LDFLAGS -o $TMPE $TMPC -lz # 2> /dev/null || zlib="yes"
exit

and then run configure, and then run the $cc command on the last
line of configure's output and post the output of that $cc command.

-- 
<jakemsr at jakemsr.com>





More information about the ffmpeg-devel mailing list