📄 makefile.am
字号:
noinst_LTLIBRARIES = libfaad.la
libfaad_la_LDFLAGS = -static
libfaad_la_SOURCES = \
bits.c \
block.c \
config.c \
decdata.c \
decoder.c \
dolby_adapt.c \
fastfft.c \
huffdec.c \
huffinit.c \
hufftables.c \
intensity.c \
monopred.c \
nok_lt_prediction.c \
pns.c \
stereo.c \
tns.c \
transfo.c \
util.c \
all.h \
bits.h \
block.h \
fastfft.h \
interface.h \
kbd_win.h \
monopred.h \
nok_lt_prediction.h \
nok_ltp_common.h \
nok_ltp_common_internal.h \
port.h \
tns.h \
transfo.h\
util.h
INCLUDES = -I$(top_srcdir)/include
AM_CFLAGS = -O2 -Werror -Wall -fexceptions
EXTRA_DIST = COPYING libfaad60.dsp libfaad60.dsw README
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -