加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
INSTALL 757 Bytes
一键复制 编辑 原始数据 按行查看 历史
knik 提交于 2017-07-08 20:39 . tiny fix
___________________________________
General FAAC compiling instructions
1. Make sure you have recent versions of autoconf, automake and libtool installed.
For MP4 writing and tagging support, you must enable compiling with internal libmp4v2 (included in /common/mp4v2/).
2. cd to FAAC source dir
3. Run:
./bootstrap
./configure
make
make install
__________________________________
MS Windows FAAC build using Cygwin
1. Install Cygwin (http://cygwin.com/)
(make sure to include autoconf, automake and libtool packages)
2. cd to FAAC source dir (folder)
To install Cygwin binary follow general instructions.
To install Mingw binary:
1. Run:
./bootstrap
CC='gcc -mno-cygwin' ./configure
make
2. Copy frontend/faac.exe to destination folder.
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化