红联首页 凝聚Linux人的力量
菜鸟过关 | 精华文档 | 同城人(交友) | 我与Linux的故事 | Linux新闻 | Linux视频 | Linux人才 | 软件下载 | 大学校园 | English
发新话题
打印

Compile ffmpeg with AMR Support in Debian/Ubuntu Way

Compile ffmpeg with AMR Support in Debian/Ubuntu Way

1. apt-get source ffmpeg

2. apt-get build-dep ffmpeg

3. Download AMR and extract refer to the source libavcodec/amr.c, can either use amr_nb or amr_nb-fixed (not both at the same time).

4. Edit debian/rules and add 'confflags += --enable-amr_nb --enable-amr_wb'

5. fakeroot debian/rules binary

6. dpkg -i the built deb files

TOP

发新话题