Hi,

For anyone having this problem on Debian (I have kernel 3.14.4-rt5 with Nvidia 
btw) testing osg-3.3.2 from Git (June 2 2014) the only way I could find to 
disable ffmpeg (using cmake build method)  was by commenting out some lines in


Code:
osg_3_3_2/src/osgPlugins/CMakeLists.txt



they become


Code:

#IF(FFMPEG_FOUND AND OSG_CPP_EXCEPTIONS_AVAILABLE)
#   ADD_SUBDIRECTORY(ffmpeg)
#ENDIF()




Hope it helps someone save some time as long as they don't need ffmpeg.

Patrick

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





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

Reply via email to