On 14/04/2008, at 8:16 PM, Jasper Leemans wrote:

>
> hi everyone,
>
> I wrote a Qt/ffmpeg program which compiles fine with the -lavcodec  
> flag on my Linux box.
>
> then I installed ffmpeg on my os X machine with general ./configure  
> make sudo make install
> (no need for the audio codecs I only use video)
>
> During linking however I get undefined reference errors but I know  
> the library is found (otherwise
> he would complain on my -lavcodec flag, and the libav* libraries are  
> present in /usr/local/lib/)
>
> The errors look like this, are there any flags I should parse to  
> configure?

Did you use the --enable-shared  on the configure command line?

if you look in  /usr/local/lib are the .dynlib files there (not just  
the .a) ?

I do have a working installation of ffmpeg shared libraries on OSX (ppc)

Mark
_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to