mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 03:31:05 +00:00
[MOVED FROM BAD 14/68] 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
b7d093a549
commit
c91297ae4c
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@
|
|||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
#include <gstcolorspace.h>
|
||||
#include "gstcolorspace.h"
|
||||
#include <gst/gst.h>
|
||||
#include <gst/video/video.h>
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
#define __YUV2RGB_H__
|
||||
|
||||
#include <gst/gst.h>
|
||||
#include <gstcolorspace.h>
|
||||
#include "gstcolorspace.h"
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
|
Loading…
Reference in a new issue