makefile.am
来自「网络MPEG4IP流媒体开发源代码」· AM 代码 · 共 22 行
AM
22 行
libdir = @PLAYER_PLUGIN_DIR@lib_LTLIBRARIES = h261_rtp_plugin.lah261_rtp_plugin_la_LDFLAGS = -moduleh261_rtp_plugin_la_SOURCES = \ h261_rtp_plugin.cpp h261_rtp_plugin.h \ h261_userdata.hh261_rtp_plugin_la_LIBADD = \ -lm INCLUDES = -I$(top_srcdir)/player/src \ -I$(top_srcdir)/player/lib \ -I$(top_srcdir)/lib/SDL/include \ -I$(top_srcdir)/include \ -I$(top_srcdir)/libAM_CFLAGS = -D_REENTRANT -fexceptions @BILLS_CWARNINGS@AM_CXXFLAGS = -D_REENTRANT -DNOCONTROLS -fexceptions @BILLS_CPPWARNINGS@
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?