Hi, Ulrich, it is because ffmpeg introduced libavutil/time.h since version 1.0, and the current OSG FindFFmpeg.cmake module provides -I/opt/local/include/libavutil as include directory, so it collides with gcc's (c)time.h. The solution is to make it provide -I/opt/local/include and change the #includes in osgdb_ffmpeg accordingly.
See: https://github.com/openscenegraph/osg/issues/6 Best, Christian[/code] ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=51766#51766 _______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
