sipxmedialib  Version 3.3
MpStaticCodecInit.h
Go to the documentation of this file.
1 //
2 // Copyright (C) 2008-2013 SIPez LLC. All rights reserved.
3 //
4 // $$
6 
7 // Author: Sergey Kostanbaev <Sergey DOT Kostanbaev AT sipez DOT com>
8 
9 #ifndef _MpStaticCodecInit_h_
10 #define _MpStaticCodecInit_h_
11 
12 #ifdef __pingtel_on_posix__ /* [ */
13 # include <config.h>
14 #else /* ] [ */
15 // Set interesting codec to be compiled statically
16 
17 // For VisualStudio:
18 // After you have selected Debug_Static/Release_Static as Solution configuration
19 // you must select Debug_Static/Release_Static and uncomment same-name define for
20 // interested codec.
21 // If you selected Debug/Release without Static ensure that following defines are
22 // disabled.
23 // For CODEC_SPEEX_STATIC you may select to link statically or dynamically libspeex
24 // For CODEC_G722_STATIC and CODEC_G726_STATIC libspandsp will link dynamically
25 // because libspandsp published under GPL (but if you wish you may modify project
26 // settings)
27 
28 //#define CODEC_PCMA_PCMU_STATIC
29 //#define CODEC_TONES_STATIC
30 //#define CODEC_GSM_STATIC
31 //#define CODEC_SPEEX_STATIC
32 //#define CODEC_G722_STATIC
33 //#define CODEC_G726_STATIC
34 //#define CODEC_OPUS_STATIC
35 
36 
37 #endif /* __pingtel_on_posix__ ] */
38 
39 void mpStaticCodecInitializer(void);
41 
42 #endif
void mpStaticCodecUninitializer(void)
Definition: MpStaticCodecInit.cpp:57
void mpStaticCodecInitializer(void)
Definition: MpStaticCodecInit.cpp:48