mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-01 05:39:51 +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>
|
||||
|
||||
/*#define DEBUG_ENABLED */
|
||||
#include <gstaudioscale.h>
|
||||
#include "gstaudioscale.h"
|
||||
#include <gst/audio/audio.h>
|
||||
#include <gst/resample/resample.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue