Skip to content

Commit

Permalink
#2078: require libturbojpeg version 1.4 or later to build the jpeg co…
Browse files Browse the repository at this point in the history
…decs

git-svn-id: https://xpra.org/svn/Xpra/trunk@21218 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Dec 13, 2018
1 parent 583407c commit f98205a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/setup.py
Expand Up @@ -190,7 +190,7 @@ def is_RH():
enc_x265_ENABLED = (not WIN32) and pkg_config_ok("--exists", "x265")
pillow_ENABLED = DEFAULT
webp_ENABLED = DEFAULT and pkg_config_version("0.5", "libwebp")
jpeg_ENABLED = DEFAULT and pkg_config_version("1.2", "libturbojpeg")
jpeg_ENABLED = DEFAULT and pkg_config_version("1.4", "libturbojpeg")
vpx_ENABLED = DEFAULT and pkg_config_version("1.4", "vpx")
enc_ffmpeg_ENABLED = pkg_config_version("58.18", "libavcodec")
#opencv currently broken on 32-bit windows (crashes on load):
Expand Down

0 comments on commit f98205a

Please sign in to comment.