17 lines
779 B
C
17 lines
779 B
C
/*====================================================================================
|
|
EVS Codec 3GPP TS26.443 Nov 13, 2018. Version 12.11.0 / 13.7.0 / 14.3.0 / 15.1.0
|
|
====================================================================================*/
|
|
|
|
#ifndef OPTIONS_H
|
|
#define OPTIONS_H
|
|
|
|
/* ################### Start compiler switches ######################## */
|
|
/* */
|
|
|
|
#define SUPPORT_JBM_TRACEFILE /* support for JBM tracefile, which is needed for 3GPP objective/subjective testing, but not relevant for real-world implementations */
|
|
|
|
/* */
|
|
/* #################### End compiler switches ######################### */
|
|
|
|
#endif
|