Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
GrayCodec.h
Go to the documentation of this file.
1 //
4 //
5 #ifndef _INC_GrayCodec_H
6 #define _INC_GrayCodec_H
7 #ifndef NO_PRAGMA_ONCE
8 #pragma once
9 #endif
10 
11 #ifndef GRAYCODEC_LINK
12 #if defined(_MFC_VER) || defined(GRAY_STATICLIB) // GRAY_STATICLIB or _MFC_VER can be defined to make Gray* all static lib
13 #define GRAYCODEC_LINK
14 #else
15 #define GRAYCODEC_LINK __DECL_IMPORT
16 #endif
17 #endif
18 
21 
22 #define USE_AAC
23 #define USE_MP3
24 #define USE_OPUS
25 
26 #define USE_JP2
27 #define USE_JPEGLIB
28 #define USE_PNG
29 
30 #define USE_H264
31 #define USE_VP8
32 
33 namespace GrayCodec
34 {
35  using namespace Gray;
36  using namespace GrayLib;
37 };
38 
39 #endif
lib jp2 opaque internal structure.
Definition: GrayCodec.cpp:26
Definition: cMesh.h:22
< The main namespace for all Core functions.
Definition: GrayCore.cpp:14