Daryl,

On Monday 20 September 2010 14:07:40 Daryl Lee wrote:
> 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?

ffmpeg does not build the swscale library by default.  If you want to build it, 
you need to configure ffmpeg with "--enable-swscale".

Hope This Helps,
Justin
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to