forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
media-video/mpv: replace math.h patch with upstream equivalent in 0.17.0
It's the very same patch, but with an upstream commit reference. Closes: gentoo#1341 Package-Manager: portage-2.2.28 Signed-off-by: Patrice Clement <[email protected]>
- Loading branch information
Showing
3 changed files
with
25 additions
and
16 deletions.
There are no files selected for viewing
21 changes: 21 additions & 0 deletions
21
media-video/mpv/files/mpv-0.17.0-add-missing-math-include.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
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" | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters