mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
cog: Use math-compat.h
This commit is contained in:
parent
edd1f791ca
commit
272086b121
3 changed files with 3 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
#include "config.h"
|
||||
|
||||
#include <glib.h>
|
||||
#include <gst/math-compat.h>
|
||||
#include <math.h>
|
||||
|
||||
#include "gstcms.h"
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
#endif
|
||||
|
||||
#include <gst/gst.h>
|
||||
#include <gst/math-compat.h>
|
||||
#include "gstcms.h"
|
||||
|
||||
#include "cogutils.h"
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#include <string.h>
|
||||
#include <cog/cog.h>
|
||||
#include <cog/cogvirtframe.h>
|
||||
#include <math.h>
|
||||
#include <gst/math-compat.h>
|
||||
|
||||
#include "gstcogutils.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue