[libcamera-devel,0/2] V4L2 Compatibility installation directory
mbox series

Message ID 20230501155507.116039-1-kieran.bingham@ideasonboard.com
Headers show
Series
  • V4L2 Compatibility installation directory
Related show

Message

Kieran Bingham May 1, 2023, 3:55 p.m. UTC
We currently install the v4l2-compat.so to the same location as
libcamera.so.

With this name, a generic library directory might not be very clear that
this is the libcamera compatibility library.

First fixt he ipa manager to prevent loading non-ipa modules that happen
to be under $libdir/libcamera and then move the v4l2-compat.so to that
location.

Note that the android libcamera-hal.so could also now move here, and/or
the v4l2-compat.so could have the 'libcamera' name directly in the .so


Kieran Bingham (2):
  libcamera: ipa_manager: Only parse IPA modules
  v4l2: Move the v4l2-compat to libcamera/

 src/libcamera/ipa_manager.cpp | 4 ++++
 src/v4l2/meson.build          | 3 ++-
 2 files changed, 6 insertions(+), 1 deletion(-)