You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rtpengine/kernel-module/rtpengine_config.h

16 lines
268 B

/*
* rtpengine_config.h
*
* Description: Config file with preprocessor config macros
*
* Created on: Mar 18, 2015
* Author: fmetz
*/
#ifndef RTPENGINE_CONFIG_H_
#define RTPENGINE_CONFIG_H_
#define RE_HAS_MEASUREDELAY 0
#endif /* RTPENGINE_CONFIG_H_ */