[Ffmpeg-devel] Mac Os X issues

carboncopy public carboncopy.public
Sat Dec 24 10:10:40 CET 2005


On 12/24/05, Jacob Meuser <jakemsr at jakemsr.com> wrote:
> 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>
>
orca:~/coding/ffmpeg carboncopy$ cc -O3 -mcpu=970 -mtune=970 -fast
-I/opt/local/include -DHAVE_LRINTF -no-cpp-precomp -pipe
-fomit-frame-pointer -force_cpusubtype_ALL -Wno-sign-compare -mcpu=970
-mtune=970 -mpowerpc-gfxopt -mpowerpc64 -faltivec
-Wl,-dynamic,-search_paths_first -d -L/opt/local/lib -o
/tmp/ffmpeg-conf-15526-17203-30842 /tmp/ffmpeg-conf-9086-17203-5844.c
-lz

cc1: error: missing argument to "-d"

hmm..





More information about the ffmpeg-devel mailing list