Makefile
上传用户:sy_wanhua
上传日期:2013-07-25
资源大小:3048k
文件大小:1k
- # $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 = ../../build
- include $(BUILD)/Makefile.pre
- DEFINES += USE_PTHREADS
- PACKAGES +=
- #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