On date Friday 2008-06-13 13:21:27 +0200, [EMAIL PROTECTED] wrote: > 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.
Post the command which fails and the complete output, also which is the output of: pkg-config --libs libavformat? > 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? It's usually a library/header missing or not placed in the proper place. Read config.err, if you can't interpret it try to post its content here or on ffmpeg-user. > Many thanks, Regards. _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
