Lines Matching refs:cdata
54 cdata = configuration_data() cfgdata
56 cdata.set_quoted('VERSION', gst_version)
57 cdata.set_quoted('PACKAGE', 'gst-rockchip')
58 cdata.set_quoted('PACKAGE_VERSION', gst_version)
59 cdata.set_quoted('PACKAGE_NAME', 'GStreamer Rockchip Plug-ins')
60 cdata.set_quoted('GST_API_VERSION', api_version)
61 cdata.set_quoted('GST_LICENSE', 'LGPL')
62 cdata.set_quoted('LIBDIR', join_paths(get_option('prefix'), get_option('libdir')))
69 cdata.set_quoted('GST_PACKAGE_NAME', gst_package_name)
70 cdata.set_quoted('GST_PACKAGE_ORIGIN', get_option('package-origin'))
92 cdata.set10('HAVE_RGA', 1)
103 cdata.set10('USE_VPXALPHADEC', 1)
107 cdata.set10('HAVE_NV12_10LE40', 1)
111 cdata.set10('HAVE_NV16_10LE40', 1)
119 configure_file(output : 'config.h', configuration : cdata)