- reference source code for EVS codec
This commit is contained in:
22
src/libs/libevs/lib_com/options.h
Executable file
22
src/libs/libevs/lib_com/options.h
Executable file
@@ -0,0 +1,22 @@
|
||||
|
||||
/*====================================================================================
|
||||
EVS Codec 3GPP TS26.442 Apr 03, 2018. Version 12.11.0 / 13.6.0 / 14.2.0
|
||||
====================================================================================*/
|
||||
|
||||
#ifndef OPTIONS_H
|
||||
#define OPTIONS_H
|
||||
|
||||
#include "stl.h"
|
||||
|
||||
/* ################### Start compiler switches ######################## */
|
||||
/* */
|
||||
#ifdef _MSC_VER
|
||||
#pragma warning(disable:4310) /* cast truncates constant value this affects mainly constants tables*/
|
||||
#endif
|
||||
|
||||
#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 /* OPTIONS_H */
|
||||
Reference in New Issue
Block a user