Hi Ulrich, On Tue, Mar 3, 2009 at 12:18 PM, Ulrich Hertlein <[email protected]> wrote: > Okay, the libraries are properly picked up now. > So now we're back to: > > Undefined symbols: > "_img_convert", referenced from: > osgFFmpeg::FFmpegDecoderVideo::yuva420pToRgba(AVPicture*, AVPicture > const*, int, int)in FFmpegDecoderVideo.cpp.o > osgFFmpeg::FFmpegDecoderVideo::publishFrame(double)in > FFmpegDecoderVideo.cpp.o > osgFFmpeg::FFmpegDecoderVideo::publishFrame(double)in > FFmpegDecoderVideo.cpp.o > > From what I've read this is rather familiar territory for other builds as > well?
Not quite familiar. The code uses img_convert rather than _img_convert so I'm curious where this one has been introduced. Perhaps your ffmpeg plugin maps img_convert to _img_convert in some way, but doesn't implement the later. Can you check to see if your ffmpeg headers contain img_convert? Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

