Hi list,
 
I built latest SVN snapshot of FFMPEG on MSYS/MinGW. I configured FFMPEG as 
follows:

./configure --prefix=/usr/local/ffmpeg \
--enable-shared \
--disable-static \
--enable-gpl \
--enable-memalign-hack

Then, when I build GRASS with FFMPEG support, I get the following error:
 
undefined reference to `av_free'
 
all the flags to FFMPEG libraries have been correctly set.

I also tried to configure FFMPEG with --enable-libfaac --enable-libfaad 
--enable-libmp3lame, as suggested in the mailing lists homepage, but configure 
failed.

Where could be the problem?
 
Many thanks,
 
Marco
_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to