ffmpeg ./configure参数说明
摘要:root@web ffmpeg]# ./configure --helpUsage: configure [options]Options: [defaults in brackets after descriptions] Standard options: 基本选项参数--help 显示此帮助信息|print this message--log[=FILE|yes|no] 记录测试并输出到config.err文件|log tests and output to FILE [config.err]--prefix=PREFIX 安装程序到指定目录(默认/usr/local)|install
阅读全文
posted @
2011-05-20 09:42
juncent
阅读(2784)
推荐(0)
编译OSG和FFMPEG冲突的问题
摘要:As reported on http://bugs.gentoo.org/347481 the osg 2.8.3 release (and current trunk probably as well, as far as I can tell) has problems compiling against recent ffmpeg snapshots. The critical commit there is SVN revision 25652 from 2010-11-02, which is now in git: http://git.ffmpeg.org/?p=ffmpeg.
阅读全文
posted @
2011-05-17 16:43
juncent
阅读(1191)
推荐(0)
linux下使用OpenSceneGraph
摘要:1.OSG简介OpenSceneGraph是一款高性能的3D图形开发库。广泛应用在可视化仿真、游戏、虚拟现实、高端技术研发以及建模等领域。使用标准的C++和 OpenGL编写而成,可以运行在Windows系列、OSX、GNU/Linux、IRIX、Solaris、HP-Ux、AIX以及FreeBSD操 作系统2.下载和编译OSG在OSG中国站http://www.osgchina.org/projects/osgcn/wiki.php就可以下载到最新的源码,下载之后按照说明编译即可,需要注意的OSG是用cmake来编译的,所以用户必须先安装cmake。当然,你也可以用svn来下载。安装OSG完
阅读全文
posted @
2011-05-10 16:20
juncent
阅读(2845)
推荐(0)
centos下安装qt时出现/usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found
摘要:在安装qt-creator的时候运行这个IDE就出现了这个问题,是由于libstdc++.so.6的版本过低,需要下载个新的重新建立软连接。linux 执行strings /usr/lib/libstdc++.so.6 | grep GLIBC返回结果没有GLIBCXX_3.4.9GLIBCXX_3.4GLIBCXX_3.4.1GLIBCXX_3.4.2GLIBCXX_3.4.3GLIBCXX_3.4.4GLIBCXX_3.4.5GLIBCXX_3.4.6GLIBCXX_3.4.7GLIBCXX_3.4.8GLIBC_2.0GLIBC_2.3GLIBC_2.4GLIBC_2.3.4GLIBC_
阅读全文
posted @
2011-05-06 13:49
juncent
阅读(4713)
推荐(0)