📄 makefile.am
字号:
libdir = @PLAYER_PLUGIN_DIR@lib_LTLIBRARIES = celp_plugin.lacelp_plugin_la_LDFLAGS = -modulecelp_plugin_la_SOURCES = \ celp.cpp celp.hcelp_plugin_la_LIBADD = \ $(top_builddir)/player/lib/mp4util/libmp4util.la \ $(top_builddir)/player/lib/audio/celp/BS/libmpeg4ip_celpbs.la \ $(top_builddir)/player/lib/audio/celp/dec/libmpeg4ip_celp.la INCLUDES = -I$(top_srcdir)/player/src -I$(top_srcdir)/player/lib -I$(top_srcdir)/include -I$(top_srcdir)/lib -I$(top_srcdir)/player/lib/audio/celp -I$(top_srcdir)/player/lib/audio/celp/BS -I$(top_srcdir)/player/lib/audio/celp/dec -I$(top_srcdir)/player/lib/audio/celp/include -I$(top_srcdir)/lib/mp4av -I$(top_srcdir)/lib/sdp -I$(top_srcdir)/lib/mp4v2AM_CFLAGS = -D_REENTRANT -fexceptions @BILLS_CWARNINGS@AM_CXXFLAGS = -D_REENTRANT -DNOCONTROLS -fexceptions @BILLS_CPPWARNINGS@EXTRA_DIST = celp_file.cpp celp_plugin.dsp celp_plugin.vcproj
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -