You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-video/mpv/files/0.17.0/mpv-0.17.0-add-missing-math...

22 lines
398 B

commit b735c0e2077cb37df6764350472cbc68a9142d91
Author: wm4 <wm4@nowhere>
Date: Fri Apr 15 13:58:41 2016 +0200
lcms: include math.h
Fixes #3053.
---
diff --git a/video/out/opengl/lcms.c b/video/out/opengl/lcms.c
index 7db8da6..a2030d3 100644
--- a/video/out/opengl/lcms.c
+++ b/video/out/opengl/lcms.c
@@ -16,6 +16,7 @@
*/
#include <string.h>
+#include <math.h>
#include "mpv_talloc.h"