From dc1f4a91dfefa9f86202ab148e05fb901b6e3e73 Mon Sep 17 00:00:00 2001 From: Eric Curtin Date: Tue, 19 Jul 2022 10:17:46 +0100 Subject: cam: sdl_sink: Use libjpeg over SDL2_image We were using the libjpeg functionality of SDL2_image only, instead just use libjpeg directly to reduce our dependancy count, it is a more commonly available library. Signed-off-by: Eric Curtin Signed-off-by: Laurent Pinchart Reviewed-by: Jacopo Mondi --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 3d4e48dd..77374c6a 100644 --- a/README.rst +++ b/README.rst @@ -86,8 +86,8 @@ for cam: [optional] tool: - libdrm-dev: Enables the KMS sink + - libjpeg-dev: Enables MJPEG on the SDL sink - libsdl2-dev: Enables the SDL sink - - libsdl2-image-dev: Supports MJPEG on the SDL sink for qcam: [optional] qtbase5-dev libqt5core5a libqt5gui5 libqt5widgets5 qttools5-dev-tools libtiff-dev -- cgit v1.2.1