lib/meson.build: libcamera required for mjpeg_encoder.cpp

MJPEG encoder only work with libcamera source at the moment. It
populates StreamInfo from libcamera::StreamConfiguration

Signed-off-by: Jacob Bai <[email protected]>
1 file changed
tree: 2fa5ca8f914cba2311269ee92beb1af860b3c247
  1. include/
  2. lib/
  3. scripts/
  4. src/
  5. .gitignore
  6. Makefile
  7. meson.build
  8. README.md
README.md

uvcgadget - UVC gadget C library

uvcgadget is a pure C library that implements handling of UVC gadget functions.

Utilities

  • uvc-gadget - Sample test application

Build instructions:

To compile:

$ meson build
$ ninja -C build

Cross compiling instructions:

Cross compilation can be managed by meson. Please read the directions at https://mesonbuild.com/Cross-compilation.html for detailed guidance on using meson.

In brief summary:

$ meson build --cross <meson cross file>
$ ninja -C build