libweston/libweston-14.so.0.0.2.p/pixel-formats.c.o.d -o libweston/libweston-14.so.0.0.2.p/pixel-formats.c.o -c ../sources/weston-14.0.2.imx/libweston/pixel-formats.c
| ../sources/weston-14.0.2.imx/libweston/pixel-formats.c:636:17: error: implicit declaration of function 'COLOR_MODEL' [-Wimplicit-function-declaration]
| 636 | COLOR_MODEL(YUV),
| | ^~~~~~~~~~~
| ../sources/weston-14.0.2.imx/libweston/pixel-formats.c:636:29: error: 'YUV' undeclared here (not in a function)
| 636 | COLOR_MODEL(YUV),
| | ^~~
| ../sources/weston-14.0.2.imx/libweston/pixel-formats.c:643:17: error: implicit declaration of function 'GL_FORMAT_INFO'; did you mean 'GL_FORMAT'? [-Wimplicit-function-declaration]
| 643 | GL_FORMAT_INFO(GL_RGB, GL_RGB, GL_UNSIGNED_BYTE, BGR1),
| | ^~~~~~~~~~~~~~
| | GL_FORMAT
| ../sources/weston-14.0.2.imx/libweston/pixel-formats.c:643:66: error: 'BGR1' undeclared here (not in a function)
| 643 | GL_FORMAT_INFO(GL_RGB, GL_RGB, GL_UNSIGNED_BYTE, BGR1),