Thanks Magnus. As a side note, do you have a version of ffmpeg 0.6 for Visual Studio (with vcproj) ? Or do you work on Linux or Cygwin ?
On Wed, Jun 23, 2010 at 4:39 PM, Robert Osfield <[email protected]>wrote: > Hi Magnus, wow what a simple fix, now merged and checked into > svn/trunk. Cheers, Robert > > On Wed, Jun 23, 2010 at 10:18 AM, Magnus Kessler <[email protected]> > wrote: > > FFmpeg headers need __STDC_CONSTANT_MACROS defined before stdint.h is > loaded. > > The file FFmpegHeaders.hpp sets this definition. However, if stdint.h is > > already included through other files, it won't take any effect. > > > > Include FFmpeg headers as early as possible in order to avoid stdint.h > being > > included on other paths. > > > > _______________________________________________ > > osg-submissions mailing list > > [email protected] > > > http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org > > > > > _______________________________________________ > osg-submissions mailing list > [email protected] > > http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org > -- Serge Lages http://www.tharsis-software.com
_______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
