-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.h.meson
50 lines (34 loc) · 1.01 KB
/
config.h.meson
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
/* GStreamer API Version */
#mesondefine GST_API_VERSION
/* plugins version */
#mesondefine GST_PLUGIN_VERSION
/* plugins license */
#mesondefine GST_PLUGIN_LICENSE
/* plugin origin */
#mesondefine GST_PLUGIN_ORIGIN
/* Define if the target CPU is an ARM */
#mesondefine HAVE_CPU_ARM
/* Define if the target CPU is an x86_64 */
#mesondefine HAVE_CPU_X86_64
/* the host CPU */
#mesondefine HOST_CPU
/* library dir */
#mesondefine LIBDIR
/* Name of package */
#mesondefine PACKAGE
/* directory where plugins are located */
#mesondefine PLUGINDIR
/* The size of `char', as computed by sizeof. */
#mesondefine SIZEOF_CHAR
/* The size of `int', as computed by sizeof. */
#mesondefine SIZEOF_INT
/* The size of `long', as computed by sizeof. */
#mesondefine SIZEOF_LONG
/* The size of `short', as computed by sizeof. */
#mesondefine SIZEOF_SHORT
/* The size of `void*', as computed by sizeof. */
#mesondefine SIZEOF_VOIDP
/* the target CPU */
#mesondefine TARGET_CPU
/* Kvazaar is built with cryptopp */
#mesondefine HAS_CRYPTO