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

📄 makefile.am

📁 speech echo cancellation library
💻 AM
字号:
# Disable automatic dependency tracking if using other tools than gcc and gmake#AUTOMAKE_OPTIONS = no-dependencies#EXTRA_DIST=#INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_builddir) @OGG_CFLAGS@lib_LTLIBRARIES = libcelt.la# Sources for compilation in the librarylibcelt_la_SOURCES = bands.c celt.c cwrs.c fftwrap.c mdct.c modes.c pitch.c \	quant_bands.c quant_pitch.c smallft.c vq.c#noinst_HEADERS =libcelt_la_LDFLAGS = -version-info @CELT_LT_CURRENT@:@CELT_LT_REVISION@:@CELT_LT_AGE@noinst_HEADERS = arch.h bands.h celt.h cwrs.h fftwrap.h mdct.h modes.h \	os_support.h pitch.h quant_bands.h quant_pitch.h smallft.h vq.hnoinst_PROGRAMS = testcelttestcelt_SOURCES = testcelt.ctestcelt_LDADD = $(top_builddir)/libentcode/libentcode.la \	$(top_builddir)/libcelt/libcelt.laINCLUDES = -I$(top_srcdir)/libentcodelibcelt_la_LIBADD = $(top_builddir)/libentcode/libentcode.la

⌨️ 快捷键说明

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