On date Friday 2008-06-13 15:02:08 +0200, [EMAIL PROTECTED] wrote: > Hi Stefano, > > >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. > > faac.h is missing. Isn't it included in FFMPEG source code. Is it an external > suuport library/project?
Definitively, you need to install the faad headers and libs, you should be able to find many tutorials on the web regarding that (someone even linked from the ffmpeg documentation page). > I googled for the av_free function and I found this: > > http://www.irisa.fr/texmex/people/dufouil/ffmpegdoxy/mem_8c.html > > so I thought that the faac option should be enabled... > > >Post the command which fails and the complete output > > I got this: > > OBJ.i686-pc-mingw32/gsd_img_mpeg.o: In function `gsd_close_mpeg': > C:/MSYS/local/src/grass-6.3.0/lib/ogsf/gsd_img_mpeg.c:182: undefined > reference to `av_free' > C:/MSYS/local/src/grass-6.3.0/lib/ogsf/gsd_img_mpeg.c:183: undefined > reference to `av_free' No, this is the output, but I also want to see the command which issued this message (the one starting with gcc ...). > >also which is > >the output of: pkg-config --libs libavformat? > > sorry, I don't know how to do that! pkg-config is not a recognized command in > MSYS/MinGW Packages which deal with other headers/library usually use pkg-config to detect which are the correct command line flags to use for compilation, but I don't know how it works in this specific case, it may be possible that the problem is pkg-config missing. Regards. _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
