summaryrefslogtreecommitdiffstats
path: root/video/out/gl_lcms.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/gl_lcms.c')
-rw-r--r--video/out/gl_lcms.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/video/out/gl_lcms.c b/video/out/gl_lcms.c
index d903ec4055..9999eca233 100644
--- a/video/out/gl_lcms.c
+++ b/video/out/gl_lcms.c
@@ -35,7 +35,7 @@
#include "gl_video.h"
#include "gl_lcms.h"
-#ifdef CONFIG_LCMS2
+#if HAVE_LCMS2
#include <lcms2.h>
@@ -212,7 +212,7 @@ error_exit:
return NULL;
}
-#else /* CONFIG_LCMS2 */
+#else /* HAVE_LCMS2 */
const struct m_sub_options mp_icc_conf = {
.opts = (m_option_t[]) { {0} },