mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 17:09:48 +00:00
387b6df948
We should directly check the values of the `debug` and `optimization` options instead. `get_option('buildtype')` will return `'custom'` for most combinations of `-Doptimization` and `-Ddebug`, but those two will always be set correctly if only `-Dbuildtype` is set. So we should look at those options directly. For the two-way mapping between `buildtype` and `optimization` + `debug`, see this table: https://mesonbuild.com/Builtin-options.html#build-type-options |
||
---|---|---|
.. | ||
ayuv_to_rgb.frag | ||
bin2array.py | ||
color_convert_generic.glsl | ||
identity.frag | ||
identity.vert | ||
meson.build | ||
nv12_to_rgb.frag | ||
rgb_to_ayuv.frag | ||
rgb_to_nv12.frag | ||
rgb_to_yuy2.frag | ||
swizzle.frag | ||
swizzle.glsl | ||
swizzle_and_clobber_alpha.frag | ||
upsample_ayuv.glsl | ||
upsample_nv12.glsl | ||
upsample_yuy2.glsl | ||
view_convert.frag | ||
view_defines.h | ||
yuy2_to_rgb.frag |