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

📄 makefile.am

📁 jpeg and mpeg 编解码技术源代码
💻 AM
字号:
libdir = @PLAYER_PLUGIN_DIR@

lib_LTLIBRARIES = raw_audio_plugin.la
raw_audio_plugin_la_LDFLAGS = -module
raw_audio_plugin_la_SOURCES = \
	rawa.cpp rawa.h
raw_audio_plugin_la_LIBADD = \
	-lm 

INCLUDES = -I$(top_srcdir)/player/src -I$(top_src_dir)/player/lib -I$(top_srcdir)/lib/SDL/include -I$(top_srcdir)/include -I$(top_srcdir)/lib

AM_CFLAGS = -D_REENTRANT -fexceptions @BILLS_CWARNINGS@

AM_CXXFLAGS = -D_REENTRANT -DNOCONTROLS -fexceptions @BILLS_CPPWARNINGS@

⌨️ 快捷键说明

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