GStreamer: open source multimedia framework

GStreamer: open source multimedia framework,第1张

qtwekit安装时需要使用这个

./configure -webkit -static -release -opensource|tee >err.txt

在64bit linux下要修改./configure下注释掉一段canwebkit build in static 的话才能在静态编译时使用qtwebkit

http://code.google.com/p/phantomjs/source/browse/deploy/allow-static-qtwebkit.patch?r=84cd6a61adfb310c8b1bc4a2f7bc4535c2140199

12345678910111213141516
 
 
--- configure	2011-03-29 22:16:21.000000000 -0700
+++ configure.new 2011-08-21 22:11:16.000000000 -0700
@@ -7160,13 +7160,6 @@ if [ "$CFG_GUI" = "no" ]; then
canBuildWebKit="no"
fi

-if [ "$CFG_SHARED" = "no" ]; then
- echo
- echo "WARNING: Using static linking will disable the WebKit module."
- echo
- canBuildWebKit="no"
-fi
-
CFG_CONCURRENT="yes"
if [ "$canBuildQtConcurrent" = "no" ]; then
QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_CONCURRENT"
 

要下载源码包进行安装不能使用sdk

在.pro工程文件中加入下面一行

CONFIG += static

GStreamer: open source multimedia framework

What is GStreamer?

GStreamer is a library for constructing graphs of media-handling components. The applications it supports range from simple Ogg/Vorbis playback, audio/video streaming to complex audio (mixing) and video (non-linear editing) processing.

Applications can take advantage of advances in codec and filter technology transparently. Developers can add new codecs and filters by writing a simple plugin with a clean, generic interface. Read more ...

GStreamer is released under the LGPL. The 0.10 series is API and ABI stable.

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/2089811.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-07-22
下一篇 2022-07-22

发表评论

登录后才能评论

评论列表(0条)

保存