summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorEric Curtin <ecurtin@redhat.com>2022-07-19 10:17:46 +0100
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2022-07-28 14:13:50 +0300
commitdc1f4a91dfefa9f86202ab148e05fb901b6e3e73 (patch)
tree652deb1d7018a47be60fe084c6ec0e0baf806106 /README.rst
parentc13f86704b129636bb6d84f8b8ca37826ded3238 (diff)
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 <ecurtin@redhat.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
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