Re: [osg-users] OpenSceneGraph 3.4.0, latest git master: build of ffmpeg plugin fails after upgrade to ffmpeg 3.0+

2016-04-26 Thread David Evans
On 4/25/16 2:27 PM, Ben Woods wrote:
> Hi,
> 
> Please see attached a patch which allows openscenegraph to build successfully 
> against ffmpeg 3.0.x.
> 
> This was obtained from ArchLinux.
> 
> Cheers,
> Ben
> 

Thanks, Ben.  This patch, indeed, does the trick.  With patch applied, both OSG 
3.4.0 and OSG 3.5.2 git master
build correctly with either ffmpeg 2.8.6 or 3.0.1.  Now committed to MacPorts 
repository.

Dave

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


[osg-users] OpenSceneGraph 3.4.0, latest git master: build of ffmpeg plugin fails after upgrade to ffmpeg 3.0+

2016-04-24 Thread David Evans
Hi,

MacPorts is in the process of upgrading from ffmpeg 2.8.6 to latest version 
3.0.1.  Currently both OpenSceneGraph build
fine with ffmpeg 2.8.6, but 3.0+ is a problem due to long deprecated API 
(get_buffer, release_buffer) that has now been
removed in favor of get_buffer2 and friends.

See the MacPorts ticket at https://trac.macports.org/ticket/51223 for details 
of the failure, build log, etc.

Is this a known problem and is anyone working on it?  What's the best way to 
report the bug?

Thanks for any help

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