ChinaUnix.net
相关文章推荐:

编译gstreamer app

我想在arm上使用gstreamer,不知是否可行。 如果可行,请高手指教怎样编译arm版的gstreamer

by wynner9999 - 嵌入式开发 - 2009-03-24 12:03:23 阅读(3160) 回复(1)

相关讨论

root@Freeboy /usr/ports/net-im/pidgin #make install clean ===> pidgin-2.5.4 depends on executable: gmake - found ===> pidgin-2.5.4 depends on file: /usr/local/libdata/pkgconfig/xscrnsaver.pc - found ===> pidgin-2.5.4 depends on file: /usr/local/libdata/pkgconfig/sm.pc - found ===> pidgin-2.5.4 depends...

by epstar - BSD - 2009-03-05 18:04:02 阅读(3656) 回复(2)

我已经安装了Rhythmbox播放器和gsreamer,在安装gst的其他插件才能播放mp3时。编译 gst-plugins-bad-0.10.8 gst-plugins-ugly-0.10.9包出现以下错误: checking for autopoint >= 0.11.5 ... not found. not found ! 请问这是什么错误,应该怎么解决呢?

by orler - Linux系统管理 - 2008-09-06 12:56:10 阅读(1341) 回复(0)

以下是./configure 后的信息: (ffmpeg插件) checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking nano version... 0 (release) checking whether to enable maintainer-specific portions of Makefiles... no checking build system type... i686-pc-linux-gnu checking host sys...

by minichn - Linux新手园地 - 2007-01-29 23:19:00 阅读(1800) 回复(0)

[color="#cc0033"]EXPAT是一个XML解析器,可用于PHP,Perl,Python等 #编译这个包的时候,要修改里面的configure文件,把cross_compiling=no 改为 cross_compiling=yes build imextra libtasn1 build imextra opencdk #gnutls - 添加net-libs/gnutls支持(GnuTLS是一款提供可靠传输层加密的库) build imextra gnutls #GNU Libidn 是IETF 国际域名(IDN) 工作组定义的Stringprep, Punycode 和IDNA 规范的一个实现 ...

by gpephone - Linux文档专区 - 2008-05-08 10:38:24 阅读(882) 回复(0)

本帖最后由 smalltom30 于 2012-12-13 09:39 编辑 #include #include #include #include #include #include #define SEM_PATH "/root/a" #define max_tries 3 int semid; int main(void) { int flag1,flag2,key,i,init_ok,tmperrno; struct semid_ds sem_info; struct seminfo sem_info2; struct seminfo { int semmap; int semmni...

by smalltom30 - C/C++ - 2012-12-13 11:03:47 阅读(1294) 回复(2)

Step 1.  Download ANT and install ANT
http://ant.apache.org/bindownload.cgi

Step 2. 在Android SDK Tool目录下运行生成build.xml
apple-style-span" face="'Arial Black'">android.bat update project -p . -t android-8

Step 3. 运行编译指令
ant release

Note: ant ...

by zdwang - 移动操作系统 - 2011-12-21 08:41:36 阅读(1213) 回复(0)

我用xcode编译后生成的是.dep文件,怎么让他编译成.app文件呢 ?

by oyqiaojin - 移动操作系统 - 2011-04-25 14:09:33 阅读(2974) 回复(0)

http://wiki.laptop.org/go/gstreamer#Examples http://article.gmane.org/gmane.comp.video.gstreamer.devel/20240 附加: gst-launch v4l2src ! videorate ! video/x-raw-yuv,width=1280,height=1024 ! videoscale ! video/x-raw-yuv,width=640,height=480 ! ffmpegcolorspace ! xvimagesink 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u2/66419/showart_2059373.html

by xw_max - Linux文档专区 - 2009-09-24 17:52:05 阅读(794) 回复(0)

从提供的demo的脚步入手研究: decode_avi.sh . ./target_gst.sh . ../shared/decode_avi.sh target_gst.sh #------------------------------------------------------------------# Set gstreamer attributes for this platform #------------------------------------------------------------------ PLATFORM=dm355 . ../shared/target_env.sh # Audio / Video Decode defaults audio_plugin="mad" audiocodecName="" video...

by zhengwenwei_123 - Linux文档专区 - 2009-05-10 22:00:33 阅读(796) 回复(0)

Introducing gstreamer From CInLUG Ir para: navegação , pesquisa Conteúdo [ esconder ] 1 Introduction 2 In The Land of Monolithic Media Players 3 gstreamer 4 In The User Land: "I Don't Care, Just Open My Files!" 5 Elementar Fundamentals of gstreamer 5.1 Elements 5.2 Filters 5.3 Pads 5.4 Bin 5.5 Bus 5.6 Buffers and Events 6 Plugins ...

by gpephone - Linux文档专区 - 2008-05-19 21:51:45 阅读(1539) 回复(0)