Lines Matching refs:cdata
106 cdata = configuration_data() variable
129 cdata.set(h.get(0), 1)
176 cdata.set(f.get(0), 1)
180 cdata.set('HAVE_IOS', host_system == 'ios')
182 cdata.set('SIZEOF_CHAR', cc.sizeof('char'))
183 cdata.set('SIZEOF_INT', cc.sizeof('int'))
184 cdata.set('SIZEOF_LONG', cc.sizeof('long'))
185 cdata.set('SIZEOF_SHORT', cc.sizeof('short'))
186 cdata.set('SIZEOF_VOIDP', cc.sizeof('void*'))
187 cdata.set('SIZEOF_OFF_T', cc.sizeof('off_t'))
190 cdata.set('HAVE_RTLD_NOLOAD', have_rtld_noload)
194 cdata.set('HAVE_CPU_X86_64', host_machine.cpu() == 'amd64')
195 cdata.set('HAVE_GCC_ASM', cc.get_id() != 'msvc')
196 cdata.set_quoted('VERSION', gst_version)
197 cdata.set_quoted('PACKAGE_VERSION', gst_version)
198 cdata.set_quoted('GST_LICENSE', 'LGPL')
199 cdata.set_quoted('PACKAGE', 'gst-plugins-good')
200 cdata.set_quoted('GETTEXT_PACKAGE', 'gst-plugins-good-1.0')
201 cdata.set_quoted('LOCALEDIR', join_paths(get_option('prefix'), get_option('localedir')))
251 cdata.set_quoted('GST_PACKAGE_NAME', gst_package_name)
252 cdata.set_quoted('GST_PACKAGE_ORIGIN', get_option('package-origin'))
349 cdata.set('HAVE_ZLIB', true)
369 cdata.set('HAVE_ORC', 1)
372 cdata.set('DISABLE_ORC', 1)
393 cdata.set('HAVE_NASM', 1)
477 cdata.set('ENABLE_NLS', 1)
488 cdata.set_quoted('GST_PACKAGE_RELEASE_DATETIME', release_date)
493 …cdata.set('g_memdup2(ptr,sz)', '(G_LIKELY(((guint64)(sz)) < G_MAXUINT)) ? g_memdup(ptr,sz) : (g_ab…
496 configure_file(output : 'config.h', configuration : cdata)