install

来自「mpeg4 video codec mpeg4 video codec」· 代码 · 共 28 行

TXT
28
字号
___________________________________General FAAC compiling instructions1. 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 dir3. Run:	./bootstrap	./configure	make	make install__________________________________MS Windows FAAC build using Cygwin1. 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	make2. Copy frontend/faac.exe to destination folder.

⌨️ 快捷键说明

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