📄 makefile.am
字号:
libdir = @PLAYER_PLUGIN_DIR@lib_LTLIBRARIES = mad_plugin.lamad_plugin_la_LDFLAGS = -modulemad_plugin_la_SOURCES = \ mp3if.cpp \ mp3if.h \ mp3_file.cpp \ mp3_file.hif HAVE_ID3_TAG ID3_LIBS=-lid3 -lid3tagelse ID3_LIBS=endifmad_plugin_la_LIBADD = \ -lm $(ID3_LIBS) -lmad \ $(top_builddir)/player/lib/audio/mp3util/libmp3utils.la \ $(top_builddir)/lib/fposrec/libmpeg4ip_fposrec.laINCLUDES = -I$(top_srcdir)/player/src -I$(top_srcdir)/player/lib -I$(top_srcdir)/include -I$(top_srcdir)/lib -I$(top_srcdir)/lib/mp4av -I$(top_srcdir)/lib/mp4v2 -I$(top_srcdir)/lib/sdp -I$(top_srcdir)/lib/utilsAM_CFLAGS = -D_REENTRANT -fexceptions @BILLS_CWARNINGS@AM_CXXFLAGS = -D_REENTRANT -DNOCONTROLS -fexceptions @BILLS_CPPWARNINGS@
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -