代码改变世界

随笔档案-2011年8月22日

Ubuntu 编译 ffmpeg tutorial02.c

2011-08-22 17:36 by shaobin0604, 321 阅读, 收藏,
摘要: 1. 需要安装SDL库,SDL相关的文档见http://sdl.beuc.net/sdl.wiki/FrontPagesudo apt-get install libsdl1.2-dev2. 使用swscale函数替换img_convert函数,以下是修改后的代码// tutorial02.c// A pedagogical video player that will stream through every video frame as fast as it can.//// Code based on FFplay, Copyright (c) 2003 Fabrice Bellard, 阅读全文

Ubuntu 下安装代码格式化程序 astyle

2011-08-22 10:46 by shaobin0604, 1355 阅读, 收藏,
摘要: 源代码编译安装1. 下载源代码http://sourceforge.net/projects/astyle/files/2. 解压3. 编译cd astyle/build/gccmakeapt-getsudo apt-get install astyle 阅读全文