summaryrefslogtreecommitdiffstats
path: root/old-configure
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-06-16 16:57:19 +0200
committerwm4 <wm4@nowhere>2014-06-16 18:02:52 +0200
commit973c1fa5701366eed3752666d6035454ae37712c (patch)
tree7820fc512b60482c4fdd5b5ff8c1103747624acc /old-configure
parent858d6d93cb3faea7afb347e805f98d52ff5ac12c (diff)
downloadmpv-973c1fa5701366eed3752666d6035454ae37712c.tar.bz2
mpv-973c1fa5701366eed3752666d6035454ae37712c.tar.xz
gl_lcms: use thread-safe lcms API, require lcms2 2.6
The error log callback was not thread-safe and not library-safe. And apparently there were some other details that made it not library-safe, such as a global lcms plugin registry. Switch the the thread-safe API provided by lcms2 starting with 2.6. Remove our approximate thread-safety hacks. Note that lcms basically provides 2 APIs now, the old functions, and the thread-safe alternatives whose names end with THR. Some functions don't change, because they already have a context of some sort. Care must be taken not to accidentally use old APIs.
Diffstat (limited to 'old-configure')
-rwxr-xr-xold-configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/old-configure b/old-configure
index 3bf27780f1..6eed18bcc8 100755
--- a/old-configure
+++ b/old-configure
@@ -761,7 +761,7 @@ check_statement_libs "LADSPA plugin support" $_ladspa LADSPA ladspa.h 'LADSPA_De
check_pkg_config "libbs2b audio filter support" $_libbs2b LIBBS2B 'libbs2b'
-check_pkg_config "LCMS2 support" $_lcms2 LCMS2 'lcms2'
+check_pkg_config "LCMS2 support" $_lcms2 LCMS2 'lcms2 >= 2.6'
check_pkg_config "VapourSynth support" $_vapoursynth VAPOURSYNTH 'vapoursynth >= 23 vapoursynth-script >= 23'