Ok, so what I did: downloaded older version of libav - Libav 9 recompiled OSG and what is more important ffmpeg was born!
There were some difficulties with static and dynamoc libraries, error > relocation R_ARM_MOVW_ABS_NC against `a local symbol' can not be used when > making a shared object; recompile with -fPIC solved with help of stackoverflow: http://stackoverflow.com/questions/13812185/how-to-recompile-with-fpic and http://stackoverflow.com/questions/1250608/passing-a-gcc-flag-through-makefile which solved the problem. Hope it could be usefull Now, there is another error > FFmpegImageStream::open : avcodec_find_decoder() failed Does it mean that ffmpeg cant open that codec? And of course, thank you for your help with compiling ffmpeg library ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=58601#58601 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

