mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
legacyresample: Use math-compat header
This commit is contained in:
parent
2f5c92f1c8
commit
04c44d18c9
2 changed files with 3 additions and 0 deletions
|
@ -28,6 +28,8 @@
|
|||
#include <stdlib.h>
|
||||
#include <limits.h>
|
||||
|
||||
#include <gst/math-compat.h>
|
||||
|
||||
#include "_stdint.h"
|
||||
|
||||
#include "resample.h"
|
||||
|
|
|
@ -28,6 +28,7 @@
|
|||
#include <stdlib.h>
|
||||
#include <limits.h>
|
||||
|
||||
#include <gst/math-compat.h>
|
||||
#include "_stdint.h"
|
||||
|
||||
#include "resample.h"
|
||||
|
|
Loading…
Reference in a new issue