mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
tag: use gst/math-compat.h header.
https://bugzilla.gnome.org/show_bug.cgi?id=646744
This commit is contained in:
parent
f7036eb260
commit
834a5a478c
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <math.h>
|
#include <gst/math-compat.h>
|
||||||
|
|
||||||
/* Some useful constants */
|
/* Some useful constants */
|
||||||
#define TIFF_LITTLE_ENDIAN 0x4949
|
#define TIFF_LITTLE_ENDIAN 0x4949
|
||||||
|
|
Loading…
Reference in a new issue