[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:
Steve Lhomme 2004-07-26 22:11:21 +00:00 committed by Wim Taymans
parent b7d093a549
commit c91297ae4c
2 changed files with 2 additions and 2 deletions

View file

@ -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>

View file

@ -23,7 +23,7 @@
#define __YUV2RGB_H__
#include <gst/gst.h>
#include <gstcolorspace.h>
#include "gstcolorspace.h"
G_BEGIN_DECLS