makefile
来自「SIP(Session Initiation Protocol)是由IETF定义」· 代码 · 共 32 行
TXT
32 行
# $Log: Makefile,v $# Revision 1.2 2000/06/21 01:03:57 kle# Fixed cycle counting. Added RtpTransmitter::transmitRaw(char* data, int len).# Reduced memory copies when receiving and transmitting packets. No changes in RTCP.## Revision 1.1 2000/01/06 02:37:18 wenqing# codec conversion#BUILD = ../../buildinclude $(BUILD)/Makefile.preDEFINES += USE_PTHREADSPACKAGES += #INCDIRS += . ../util/TESTPROGRAMS = \# encode.c \# decode.c# name of all files to be compiled (don't include header files)SRC = \ g711.c g72x.c g721.c g723_24.c g723_40.c include $(BUILD)/Makefile.post
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?