diff options
author | Jacopo Mondi <jacopo@jmondi.org> | 2022-07-14 20:14:26 +0200 |
---|---|---|
committer | Jacopo Mondi <jacopo@jmondi.org> | 2022-07-15 13:43:47 +0200 |
commit | e9b6b362820338d0546563444e7b1767f5c7044c (patch) | |
tree | 28b91dc512e2bc0deac28db55d8d9b646e3dbcaf /test/v4l2_videodevice/request_buffers.cpp | |
parent | a5877e03072c9578cd97a84f4db1106f24a588a9 (diff) |
cam: sdl: Use uint32_t in place of SDL_PixelFormatEnum
The SDL_PixelFormatEnum type has been introduced in libsdl by
1a4c0d4e17e6 ("Fixed bug 4377 - SDL_PIXELFORMAT enum is anonymous, which
prevents its use in a templated function") which is only available after
release 2.0.10 of the library.
Debian 10 ships libsdl at version 2.0.9 and building cam with sdl
support there fails with error:
./src/cam/sdl_texture.h:27:8: error: ‘SDL_PixelFormatEnum’ does not name
a type; did you mean ‘SDL_PixelFormat’?
Fix that by using the base type uint32_t in place of
SDL_PixelFormatEnum.
Reported-by: https://buildbot.libcamera.org/#/builders/6/builds/355
Fixes: 11554a259f4e ("cam: sdl_sink: Add SDL sink with initial YUYV support")
Signed-off-by: Jacopo Mondi <jacopo@jmondi.org>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Umang Jain <umang.jain@ideasonboard.com>
Reviewed-by: Eric Curtin <ecurtin@redhat.com>
Diffstat (limited to 'test/v4l2_videodevice/request_buffers.cpp')
0 files changed, 0 insertions, 0 deletions