pipewire/spa/plugins/libcamera
Javier Martinez Canillas 5471a0018b libcamera: fix no-longer existent <libcamera/buffer.h> header inclusion
The SPA plugin is including a <libcamera/buffer.h> header file, but this
got renamed to <libcamera/framebuffer.h> to match the defined class name:

../spa/plugins/libcamera/libcamera_wrapper.cpp:52:10: fatal error: libcamera/buffer.h: No such file or directory
   52 | #include <libcamera/buffer.h>
      |          ^~~~~~~~~~~~~~~~~~~~

Fixes #1435
2021-07-23 07:59:10 +00:00
..
libcamera-client.c spa: save the old change_mask and restore when emitting full 2021-05-27 15:21:44 +02:00
libcamera-device.c treewide: replace strcmp() == 0 with spa_streq() 2021-05-18 22:10:27 +10:00
libcamera-source.c spa: save the old change_mask and restore when emitting full 2021-05-27 15:21:44 +02:00
libcamera-utils.c spa/buffer: rename SPA_MEMBER to SPA_PTROFF 2021-05-06 09:39:39 +00:00
libcamera.c Integrating libcamera 2020-06-04 10:36:39 +02:00
libcamera.h Integrating libcamera 2020-06-04 10:36:39 +02:00
libcamera_wrapper.cpp libcamera: fix no-longer existent <libcamera/buffer.h> header inclusion 2021-07-23 07:59:10 +00:00
libcamera_wrapper.h libcamera: Fixed the crash issue when rtkit is enabled. 2020-06-12 12:24:00 +05:30
meson.build meson.build: move libcamera and libdrm summary() to 'Backend' section 2021-06-25 15:13:07 +03:00