Lines Matching refs:cdata
54 cdata = configuration_data() variable
104 cdata.set('GST_API_EXPORT', export_define)
165 cdata.set(h.get(0), 1)
185 cdata.set(f.get(0), 1)
189 cdata.set('SIZEOF_CHAR', cc.sizeof('char'))
190 cdata.set('SIZEOF_INT', cc.sizeof('int'))
191 cdata.set('SIZEOF_LONG', cc.sizeof('long'))
192 cdata.set('SIZEOF_SHORT', cc.sizeof('short'))
193 cdata.set('SIZEOF_VOIDP', cc.sizeof('void*'))
195 cdata.set_quoted('VERSION', gst_version)
196 cdata.set_quoted('PACKAGE', 'gst-plugins-bad')
197 cdata.set_quoted('PACKAGE_VERSION', gst_version)
198 cdata.set_quoted('PACKAGE_BUGREPORT', 'https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/iss…
199 cdata.set_quoted('PACKAGE_NAME', 'GStreamer Bad Plug-ins')
200 cdata.set_quoted('GETTEXT_PACKAGE', 'gst-plugins-bad-1.0')
201 cdata.set_quoted('GST_API_VERSION', api_version)
202 cdata.set_quoted('GST_LICENSE', 'LGPL')
203 cdata.set_quoted('LIBDIR', join_paths(get_option('prefix'), get_option('libdir')))
204 cdata.set_quoted('LOCALEDIR', join_paths(get_option('prefix'), get_option('localedir')))
262 cdata.set_quoted('GST_PACKAGE_NAME', gst_package_name)
263 cdata.set_quoted('GST_PACKAGE_ORIGIN', get_option('package-origin'))
267 cdata.set_quoted('DEFAULT_VIDEOSRC', 'v4l2src')
269 cdata.set_quoted('DEFAULT_VIDEOSRC', 'avfvideosrc')
270 cdata.set_quoted('GST_EXTRA_MODULE_SUFFIX', '.dylib')
272 cdata.set('HAVE_OSX', 1)
274 cdata.set_quoted('DEFAULT_VIDEOSRC', 'videotestsrc')
377 cdata.set('HAVE_X11', 1)
405 cdata.set('HAVE_IOS', 1)
410 cdata.set('HAVE_AVFOUNDATION', 1)
415 cdata.set('HAVE_VIDEOTOOLBOX', 1)
420 # cdata.set('HAVE_VIDEOTOOLBOX_10_9_6', 1)
434 cdata.set('HAVE_ORC', 1)
437 cdata.set('DISABLE_ORC', 1)
439 cdata.set('GST_ENABLE_EXTRA_CHECKS', not get_option('extra-checks').disabled())
544 cdata.set('ENABLE_NLS', 1)
555 cdata.set_quoted('GST_PACKAGE_RELEASE_DATETIME', release_date)
560 …cdata.set('g_memdup2(ptr,sz)', '(G_LIKELY(((guint64)(sz)) < G_MAXUINT)) ? g_memdup(ptr,sz) : (g_ab…
563 configure_file(output : 'config.h', configuration : cdata)