makefile.am

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

AM
29
字号
libdir = @PLAYER_PLUGIN_DIR@lib_LTLIBRARIES = h261_plugin.lah261_plugin_la_LDFLAGS = -moduleh261_plugin_la_SOURCES = \	bsd-endian.h \	bv.c \	dct.cpp \	dct.h \	huffcode.c \	ourh261.cpp \	ourh261.h \	p64.cpp \	p64dump.cpp \	p64dump.h \	p64.h \	p64-huff.hh261_plugin_la_LIBADD = \	-lm INCLUDES = -I$(top_srcdir)/lib -I$(top_srcdir)/include -I$(top_srcdir)/lib -I$(top_srcdir)/player/src -I$(top_srcdir)/lib/mp4v2 -I$(top_srcdir)/player/plugin/rtp/h261 -I$(top_srcdir)/lib/sdpAM_CFLAGS = -D_REENTRANT -fexceptions @BILLS_CWARNINGS@ -DINT64=uint64_tAM_CXXFLAGS = -D_REENTRANT -DNOCONTROLS -fexceptions @BILLS_CPPWARNINGS@ -DINT64=uint64_tEXTRA_DIST= README.vic

⌨️ 快捷键说明

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