‘const struct pl_color_map_params’ has no member named ‘tone_mapping_desaturate’
Compile error of
- release version 3.0.7.1
- Compile OS is Manjaro GNU+Linux. glibc 2.29
Forum thread https://forum.videolan.org/viewtopic.php?f=12&t=150307&p=494217
CC video_output/opengl/libgl_plugin_la-display.lo
In file included from video_output/opengl/display.c:31:
video_output/opengl/display.c: In function ‘vlc_entry__3_0_0f’:
video_output/opengl/vout_helper.h:189:65: error: ‘const struct pl_color_map_params’ has no member named ‘tone_mapping_desaturate’; did you mean ‘tone_mapping_param’?
189 | add_float("tone-mapping-desat", pl_color_map_default_params.tone_mapping_desaturate, \
| ^~~~~~~~~~~~~~~~~~~~~~~
../include/vlc_plugin.h:246:54: note: in definition of macro ‘vlc_config_set’
246 | #define vlc_config_set(...) vlc_set (opaque, config, __VA_ARGS__)
| ^~~~~~~~~~~
video_output/opengl/vout_helper.h:189:5: note: in expansion of macro ‘add_float’
189 | add_float("tone-mapping-desat", pl_color_map_default_params.tone_mapping_desaturate, \
| ^~~~~~~~~
video_output/opengl/vout_helper.h:205:5: note: in expansion of macro ‘add_glopts_placebo’
205 | add_glopts_placebo ()
| ^~~~~~~~~~~~~~~~~~
video_output/opengl/display.c:71:5: note: in expansion of macro ‘add_glopts’
71 | add_glopts ()
| ^~~~~~~~~~
Because this is a release and blocking further debugging, I gave it a high priority.