summaryrefslogtreecommitdiffstats
path: root/gst/smpte
diff options
context:
space:
mode:
authorSteve Lhomme <steve.lhomme@free.fr>2004-07-27 21:51:32 +0000
committerSteve Lhomme <steve.lhomme@free.fr>2004-07-27 21:51:32 +0000
commit9dd4541616546c59571ffe2b95131387a165a438 (patch)
tree311b4b91d29c0c7f32190a907da9b4914b658575 /gst/smpte
parente7045bdb872b8badc0fc1b1f7b878f0c465c0105 (diff)
fix local includes and 64 bits constants
Original commit message from CVS: fix local includes and 64 bits constants
Diffstat (limited to 'gst/smpte')
-rw-r--r--gst/smpte/gstsmpte.c2
-rw-r--r--gst/smpte/gstsmpte.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/gst/smpte/gstsmpte.c b/gst/smpte/gstsmpte.c
index ab42b516..26945752 100644
--- a/gst/smpte/gstsmpte.c
+++ b/gst/smpte/gstsmpte.c
@@ -21,7 +21,7 @@
#include "config.h"
#endif
#include <string.h>
-#include <gstsmpte.h>
+#include "gstsmpte.h"
#include <gst/video/video.h>
#include "paint.h"
diff --git a/gst/smpte/gstsmpte.h b/gst/smpte/gstsmpte.h
index 40844209..2142c054 100644
--- a/gst/smpte/gstsmpte.h
+++ b/gst/smpte/gstsmpte.h
@@ -22,7 +22,7 @@
#define __GST_SMPTE_H__
#include <gst/gst.h>
-#include <gstmask.h>
+#include "gstmask.h"
#define GST_TYPE_SMPTE \
(gst_smpte_get_type())