Hi Rocco, Could you send me the complete modified file as right now I don't know what you've modified, the only way for me to be sure that the change works on your system if by using the same files as you.
Thanks, Robert. On 23 July 2013 16:54, rocco martino <[email protected]> wrote: > Hello, > > the ffmpeg plugin fails to compile against the ffmpeg trunk because the > deprecated AVCODEC_MAX_FRAME_SIZE constant has been definitively removed. > > I solved with > > #ifndef AVCODEC_MAX_FRAME_SIZE > #define AVCODEC_MAX_FRAME_SIZE 192000 // 1 second of 48khz 32bit audio > > Regards > > > > 2013/7/23 Robert Osfield <[email protected]> > >> Hi All, >> >> I'm ready to tag another release candidate, currently svn/trunk and the >> OSG-3.2 branch are pretty well in sync save for their version numbers. >> Could the community pitch in with a quick build/run test and let me know >> how you platform is doing so I can get another release candidate out. >> >> Cheers, >> Robert. >> >> _______________________________________________ >> osg-users mailing list >> [email protected] >> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org >> >> > > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org > >
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

