makefile.am

来自「完整的RTP RTSP代码库」· AM 代码 · 共 25 行

AM
25
字号
libdir = @PLAYER_PLUGIN_DIR@lib_LTLIBRARIES = href_rtp_plugin.lahref_rtp_plugin_la_LDFLAGS = -modulehref_rtp_plugin_la_SOURCES = \	href_plugin.cpp href_plugin.h href_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)/lib \           -I$(top_srcdir)/lib/rtp \           -I$(top_srcdir)/lib/sdpAM_CFLAGS = -D_REENTRANT -fexceptions @BILLS_CWARNINGS@AM_CXXFLAGS = -D_REENTRANT -DNOCONTROLS -fexceptions @BILLS_CPPWARNINGS@EXTRA_DIST = isma_href_rtp_plugin.dsp isma_href_rtp_plugin.vcproj

⌨️ 快捷键说明

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