Makefile
上传用户:sy_wanhua
上传日期:2013-07-25
资源大小:3048k
文件大小:1k
源码类别:

流媒体/Mpeg4/MP4

开发平台:

C/C++

  1. # $Log: Makefile,v $
  2. # Revision 1.2  2000/06/21 01:03:57  kle
  3. # Fixed cycle counting.  Added RtpTransmitter::transmitRaw(char* data, int len).
  4. # Reduced memory copies when receiving and transmitting packets.  No changes in RTCP.
  5. #
  6. # Revision 1.1  2000/01/06 02:37:18  wenqing
  7. # codec conversion
  8. #
  9. BUILD = ../../build
  10. include $(BUILD)/Makefile.pre
  11. DEFINES += USE_PTHREADS
  12. PACKAGES += 
  13. #INCDIRS += . ../util/
  14. TESTPROGRAMS = 
  15. #        encode.c 
  16. #        decode.c
  17. # name of all files to be compiled (don't include header files)
  18. SRC = 
  19.         g711.c g72x.c g721.c g723_24.c g723_40.c 
  20. include $(BUILD)/Makefile.post