# $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
syntax highlighted by Code2HTML, v. 0.9.1