summaryrefslogtreecommitdiff
path: root/pjlib/include/pj/config_site_sample.h
blob: fe267c93f8961ecc756ebc22810a70ebe79785dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30



/*
 * This file (config_site_sample.h) contains various configuration
 * settings that I use for certain settings. 
 */


/*
 * Typical configuration for WinCE target.
 */
#if defined(PJ_WIN32_WINCE) && PJ_WIN32_WINCE!=0
#   if !defined(PJ_DEBUG) || PJ_DEBUG==0
#	define PJ_LOG_MAX_LEVEL		0
#	define PJ_ENABLE_EXTRA_CHECK	0
#   endif

#   define PJ_HAS_FLOATING_POINT	0

#   define PJMEDIA_HAS_G711_PLC		0
#   define PJMEDIA_HAS_SMALL_FILTER	0
#   define PJMEDIA_HAS_LARGE_FILTER	0
#   define PJMEDIA_HAS_L16_CODEC	0
/*#   define PJMEDIA_HAS_GSM_CODEC	0*/
#   define PJMEDIA_HAS_ILBC_CODEC	0
/*#   define PJMEDIA_HAS_SPEEX_CODEC	0*/
#   define PJMEDIA_HAS_SPEEX_AEC	0
#endif