Re: [osg-users] ffmpeg and OSG

2012-02-08 Thread Robert Osfield
Hi Donn, On 8 February 2012 01:37, Donn Washburn n5...@comcast.net wrote: It seems that ffmpeg is alway lately being a problem in recent distros.  I have Flightgear to compile and the most current vesion of openSuSE fails to compile.  So thinking it is a bad ffmpeg source I downloaded and

Re: [osg-users] osg::Referenced::unref() thread safety

2012-02-08 Thread mikael lemercier
Thanks for your answer Robert, My test app was clearly a misuse of ref_ptr. So, I retested it with observer_ptr instead of C pointer. With the head revision, I haven't been able to reproduce the warning thanks to this test in the ObserverSet::addRefLock() function : if (refCount == 1) {

Re: [osg-users] [3rdparty] SpeedTree 6.0 integration

2012-02-08 Thread Michael Bach Jensen
Hi, hybr Thank you! I hadn't thought of the view and projection matrices - I was focused on still active shader programs (which I later ruled out, though). Also, I will try gDebugger to see if that can shed some light on the issue. Cheers, Michael -- Read this topic online

Re: [osg-users] ffmpeg and OSG

2012-02-08 Thread Donn Washburn
On 02/08/2012 03:12 AM, Robert Osfield wrote: Hi Donn, On 8 February 2012 01:37, Donn Washburnn5...@comcast.net wrote: It seems that ffmpeg is alway lately being a problem in recent distros. I have Flightgear to compile and the most current vesion of openSuSE fails to compile. So thinking

Re: [osg-users] [3rdparty] SpeedTree 6.0 integration

2012-02-08 Thread Filip Arlet
Hi, I had similar problem with using geometry shader. Setting parametr GL_GEOMETRY_VERTICES_OUT_EXT with correct number of vertices helped... Cheers, Filip -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=45340#45340

Re: [osg-users] ffmpeg and OSG

2012-02-08 Thread Jason Daly
On 02/08/2012 07:39 AM, Donn Washburn wrote: One mixed version is the openSuSE factory 12.1 version and a SVN/GIT version (current) from ffmpegs site.. About one year ago I had the same problem. ffmpeg-0.9.1-1.1.x86_64-openSuSE does renumber and installs them by lib64s (libav* +libsws*)

Re: [osg-users] ffmpeg and OSG

2012-02-08 Thread Donn Washburn
On 02/08/2012 10:46 AM, Jason Daly wrote: On 02/08/2012 07:39 AM, Donn Washburn wrote: One mixed version is the openSuSE factory 12.1 version and a SVN/GIT version (current) from ffmpegs site.. About one year ago I had the same problem. ffmpeg-0.9.1-1.1.x86_64-openSuSE does renumber and

Re: [osg-users] ffmpeg and OSG

2012-02-08 Thread Jason Daly
On 02/08/2012 06:34 PM, Donn Washburn wrote: I did try ffmpeg-0.10 and OSG did make it. However, at about 92% it complained about ffmpeg to about 96%. The errors are depreciated and warning as I remember Those are probably because OSG isn't ready for ffmpeg-0.10 yet (it just came out last

Re: [osg-users] [build] OSG for Android build on Fedora cpp errors

2012-02-08 Thread Kyle Gancarz
you're a wonderful person, this one was starting to get really frustrating [hard linking the libraries, misspelling them to confirm it would err when it couldn't find em]... now if i could only figure out why the demo shows up as only a blue screen with the three buttons 02-09

Re: [osg-users] [build] OSG for Android build on Fedora cpp errors

2012-02-08 Thread Kyle Gancarz
results the same on my acer iconia a500 (tegra 2) and my droid incredible og. compiled for armeabi (not v7a). the buttons produce feedback on the screen so i assume at least that much is working... just doesn't seem to be loading the model (the real concern of this endeavour) any ideas? i had