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

📄 makefile.am

📁 杜比AC-3编码解码器(参考程序)
💻 AM
字号:
# # Process this file with automake to produce Makefile.in.
AUTOMAKE_OPTIONS = 1.3 foreign

CFLAGS = -Wall -Werror -O1 -g

noinst_LIBRARIES = libac3.a

libac3_a_SOURCES = bitstream.c decode.c imdct.c coeff.c exponent.c stats.c\
	bit_allocate.c  parse.c crc.c debug.c rematrix.c downmix.c dither.c \
	sanity_check.c

noinst_HEADERS = ac3_internal.h bitstream.h decode.h imdct.h ac3.h stats.h coeff.h\
	exponent.h bit_allocate.h parse.h crc.h debug.h rematrix.h downmix.h dither.h \
	sanity_check.h

⌨️ 快捷键说明

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