AAC音频解码算法程序

源代码在线查看: install.linux

软件大小: 4914 K
上传用户: l2335800
关键词: AAC 音频解码 算法 程序
下载地址: 免注册下载 普通下载 VIP

相关代码

				Installation under linux
				========================
				
				Compiling the package as a shared library:
				
				  1. Type 'make lib' to compile.
				
				  2. Type 'make install' to install.
				
				
				Compiling the command line decoder, faad, with shared library:
				
				  1. First, compile and install the shared library, see above.
				
				  2. Type 'make faad' to compile.
				
				  3. Type 'make install' to install.
				
				
				Compiling the command line decoder, faad, without shared library (static):
				
				  1. Type 'make faad_static' to compile.
				
				  2. Type 'make install' to install.
							

相关资源