I am just trying to get OSG installed on Mac OSX 10.6.4 for the first time, for evaluation and personal education, and I've run into a problem with the ffmpeg plugin. I get an error with "img_convert" not being declared in scope. I have tracked the problem down to the FFMPEG_LIBSWSCALE_FOUND parameter apparently not being set, but I can't discover how to set it. I installed the ffmpeg library using the configure options "--enable-libmp3lame --enable-shared --disable-mmx --arch=x86_64", and I do see libswscale in the /usr/local/lib directory.
Other than just going into FFMpegDecoderVideo.hpp and cramming "#define USE_SWSCALE" at the top, how should I solve this problem? Thank you! Cheers, Daryl ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=31867#31867 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

