summaryrefslogtreecommitdiff
path: root/REQUIREMENTS
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2018-08-18 21:01:52 +0100
committerTim-Philipp Müller <tim@centricular.com>2018-08-18 21:01:52 +0100
commit8305cb2995a8f842b488494574546880bf3bf95a (patch)
tree01bb8c9447d49054ee83f1899da037a88cc815af /REQUIREMENTS
parentcf34d51318a0b933e83d08c07346d1dcf1270b71 (diff)
downloadgstreamer-plugins-good-8305cb2995a8f842b488494574546880bf3bf95a.tar.gz
meson: find libjpeg via pkg-config
This effectively (but optionally) requires libjpeg-turbo which ships with a .pc file and is what pretty much everyone these days uses anyway for libjpeg, so shouldn't be a problem hopefully. https://bugzilla.gnome.org/show_bug.cgi?id=796947
Diffstat (limited to 'REQUIREMENTS')
-rw-r--r--REQUIREMENTS2
1 files changed, 1 insertions, 1 deletions
diff --git a/REQUIREMENTS b/REQUIREMENTS
index 140e8245c..ee00920be 100644
--- a/REQUIREMENTS
+++ b/REQUIREMENTS
@@ -110,7 +110,7 @@ Notes: This dependency is entirely optional, the video4linux plugin
Package: JPEG library
Plugins: jpeg (jpegenc, jpegdec, smokeenc, smokedec)
-DebianPackage: libjpeg-dev
+DebianPackage: libjpeg62-turbo-dev
URL: http://www.libjpeg-turbo.org/
or http://www.ijg.org/ for the IJG version