Browse Source

disable measuredelay features by default

pull/114/head
Richard Fuchs 11 years ago
parent
commit
d567908e95
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      kernel-module/rtpengine_config.h

+ 1
- 1
kernel-module/rtpengine_config.h View File

@ -10,6 +10,6 @@
#ifndef RTPENGINE_CONFIG_H_
#define RTPENGINE_CONFIG_H_
#define RE_HAS_MEASUREDELAY 1
#define RE_HAS_MEASUREDELAY 0
#endif /* RTPENGINE_CONFIG_H_ */

Loading…
Cancel
Save