mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-25 18:14:15 +00:00
local include fixes
Original commit message from CVS: local include fixes Fix some 64 bits constants to be glib friendly issue for a vararg macro with MSVC
This commit is contained in:
parent
30712847fe
commit
e9d09eb755
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
||||||
/*#define DEBUG_ENABLED */
|
/*#define DEBUG_ENABLED */
|
||||||
#include <gstaudioscale.h>
|
#include "gstaudioscale.h"
|
||||||
#include <gst/audio/audio.h>
|
#include <gst/audio/audio.h>
|
||||||
#include <gst/resample/resample.h>
|
#include <gst/resample/resample.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue