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
19
#include "
GrayLib/include/GrayLibBase.h
"
20
#include "
GrayCore/include/cUnitTestDecl.h
"
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
GrayLibBase.h
cUnitTestDecl.h
GrayCodec
lib jp2 opaque internal structure.
Definition:
GrayCodec.cpp:26
GrayLib
Definition:
cMesh.h:22
Gray
< The main namespace for all Core functions.
Definition:
GrayCore.cpp:14
GrayCodec
include
GrayCodec.h
Generated on Tue Feb 2 2021 11:29:22 for Gray C++ Libraries by
1.9.1