⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 get-3gpp-amr.sh

📁 symbian下ffmpeg编程。。废了好大劲下下来的!。
💻 SH
字号:
#!/bin/shif [ -f amr_float/interf_dec.c ]; then	echo "AMR Reference code already seems to be present"	exit 0fimkdir -p amr_floatcd amr_floatwget http://www.3gpp.org/ftp/Specs/archive/26_series/26.104/26104-510.zip || exit 1unzip 26104-510.zip 26104-510_ANSI_C_source_code.zip || exit 1unzip 26104-510_ANSI_C_source_code.zip || exit 1chmod u+w *.c *.h makefile.* readme.txt || exit 1

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -