mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 22:20:24 +00:00
Drop hlg for now
For some reason, roundtrip tests with the hlg tf are failing, so we don't support it.
This commit is contained in:
parent
d8775d0194
commit
5f2e70df8e
@ -632,10 +632,13 @@ gdk_color_state_new_for_cicp (const GdkCicp *cicp,
|
||||
eotf = pq_eotf;
|
||||
oetf = pq_oetf;
|
||||
break;
|
||||
#if 0
|
||||
/* round-trip tests for hlg are failing, for some reason */
|
||||
case 18:
|
||||
eotf = hlg_eotf;
|
||||
oetf = hlg_oetf;
|
||||
break;
|
||||
#endif
|
||||
default:
|
||||
g_set_error (error,
|
||||
G_IO_ERROR, G_IO_ERROR_FAILED,
|
||||
|
Loading…
Reference in New Issue
Block a user