[Ffmpeg-devel] Mac Os X issues

carboncopy public carboncopy.public
Fri Dec 23 04:13:14 CET 2005


On 12/22/05, Diego Biurrun <diego at biurrun.de> wrote:
> On Thu, Dec 22, 2005 at 07:02:58PM +0800, carboncopy public wrote:
> > >
> > > Too old x264 version.
> >
> > Thanks! x264 switch compiles now.
> >
> > Any idea why zlib get drop out?
>
> You don't have zlib installed.
> Diego

I am certain I have zlib 1.2.3 installed.

I even tried 'hacking' the config.h with #define CONFIG_ZLIB 1

It compiled ok until the linking part with following error:

cc -Wl,-dynamic,-search_paths_first -d -L/opt/local/lib -g -o ffmpeg_g
ffmpeg.o cmdutils.o -L./libavformat -lavformat -L./libavcodec
-lavcodec -L./libavutil -lavutil -lx264 -lxvidcore -lmp3lame -logg
-lvorbis -lvorbisenc -ltheora -lfaad -lfaac -lpthread
/usr/bin/ld: Undefined symbols:
_uncompress
_deflate
_deflateEnd
_deflateInit_
_deflateReset
_inflate
_inflateEnd
_inflateInit_
_inflateReset
_crc32
_deflateInit2_
collect2: ld returned 1 exit status
make: *** [ffmpeg_g] Error 1


Which basically says I do not have zlib?


>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at mplayerhq.hu
> http://mplayerhq.hu/mailman/listinfo/ffmpeg-devel
>





More information about the ffmpeg-devel mailing list