-
Notifications
You must be signed in to change notification settings - Fork 104
/
mediastreamer-config.h.cmake
89 lines (76 loc) · 3.05 KB
/
mediastreamer-config.h.cmake
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
/***************************************************************************
* config.h.cmake
* Copyright (C) 2014 Belledonne Communications, Grenoble France
*
****************************************************************************
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
****************************************************************************/
#define MEDIASTREAMER_MAJOR_VERSION ${MEDIASTREAMER_MAJOR_VERSION}
#define MEDIASTREAMER_MINOR_VERSION ${MEDIASTREAMER_MINOR_VERSION}
#define MEDIASTREAMER_MICRO_VERSION ${MEDIASTREAMER_MICRO_VERSION}
#define MEDIASTREAMER_VERSION "${MEDIASTREAMER_VERSION}"
#define MEDIASTREAMER_LOCAL_RESOURCE_LOCATION "${CMAKE_CURRENT_SOURCE_DIR}/tester"
#define MEDIASTREAMER_LOCAL_PLUGINS_LOCATION "${CMAKE_BINARY_DIR}/lib/mediastreamer2/plugins"
#cmakedefine HAVE_SYS_SHM_H 1
#cmakedefine HAVE_ALLOCA_H 1
#cmakedefine HAVE_DLOPEN 1
#cmakedefine WORDS_BIGENDIAN
#cmakedefine MS_FIXED_POINT
#define HAVE_NON_FREE_CODECS ${HAVE_NON_FREE_CODECS}
#cmakedefine HAVE_SRTP
#cmakedefine SRTP_VERSION ${SRTP_VERSION}
#cmakedefine HAVE_ZRTP
#cmakedefine HAVE_GOCLEAR
#cmakedefine HAVE_DTLS
#cmakedefine MS2_USE_OLD_OPENGL_PROTOTYPE
#cmakedefine __ALSA_ENABLED__
#cmakedefine __ARTS_ENABLED__
#cmakedefine __MACSND_ENABLED__
#cmakedefine __MAC_AQ_ENABLED__
#cmakedefine __PORTAUDIO_ENABLED__
#cmakedefine __PULSEAUDIO_ENABLED__
#cmakedefine __QSA_ENABLED__
#cmakedefine HAVE_SPEEXDSP
#cmakedefine ENABLE_OPENSLES
#cmakedefine PACKAGE_PLUGINS_DIR "${PACKAGE_PLUGINS_DIR}"
#cmakedefine PACKAGE_DATA_DIR "${PACKAGE_DATA_DIR}"
#cmakedefine PLUGINS_EXT "${PLUGINS_EXT}"
#cmakedefine HAVE_LIBAVCODEC_AVCODEC_H 1
#cmakedefine HAVE_LIBSWSCALE_SWSCALE_H 1
#cmakedefine HAVE_LIBYUV_H 1
#cmakedefine HAVE_FUN_avcodec_get_context_defaults3 1
#cmakedefine HAVE_FUN_avcodec_open2 1
#cmakedefine HAVE_FUN_avcodec_encode_video2 1
#cmakedefine HAVE_FUN_av_frame_alloc 1
#cmakedefine HAVE_FUN_av_frame_free 1
#cmakedefine HAVE_FUN_av_frame_unref 1
#cmakedefine HAVE_GL 1
#cmakedefine HAVE_GLX 1
#cmakedefine HAVE_SCREEN_SHARING 1
#cmakedefine HAVE_X11_XLIB_H 1
#cmakedefine HAVE_XV 1
#cmakedefine HAVE_XINERAMA 1
#cmakedefine HAVE_XFIXES 1
#cmakedefine HAVE_LINUX_VIDEODEV_H 1
#cmakedefine HAVE_LINUX_VIDEODEV2_H 1
#cmakedefine HAVE_POLARSSL_SSL_H 1
#cmakedefine HAVE_PCAP 1
#cmakedefine HAVE_MATROSKA 1
#cmakedefine HAVE_VPX 1
#cmakedefine HAVE_ZLIB 1
#cmakedefine HAVE_SYS_SOUNDCARD_H 1
#cmakedefine ENABLE_OPENGL_PROFILING 1