Ok, thank you,

Well, this file still contain this parameter, i can't put again...
Can i try to remove it ?



Code:
#ifndef HEADER_GUARD_FFMPEG_HEADERS_H
#define HEADER_GUARD_FFMPEG_HEADERS_H


extern "C"
{
#define __STDC_CONSTANT_MACROS
#ifdef WIN32
#include <errno.h>    // for error codes defined in avformat.h
#endif
#include <stdint.h>
#include <avcodec.h>
#include <avformat.h>
#include <avdevice.h>

#ifdef USE_SWSCALE
    #include <swscale.h>
#endif

}



#endif // HEADER_GUARD_FFMPEG_HEADERS_H




robertosfield wrote:
> On Mon, Apr 20, 2009 at 3:01 PM, david bruyer <> wrote:
> 
> > Hi robert,
> > 
> > I can't find the FFMpegHeaders.h to include the #include <errno.h> 
> > parameter...
> > Si I can not try to compile it again...
> > 
> > Can you tell me where to find that file ?
> > 
> 
> OpenSceneGraph/src/osgPlugins/ffmpeg/
> 
> Robert.
> _______________________________________________
> osg-users mailing list
> 
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
> 
>  ------------------
> Post generated by Mail2Forum


------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=10448#10448





_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to