diff options
author | Steve Lhomme <steve.lhomme@free.fr> | 2004-07-27 21:51:30 +0000 |
---|---|---|
committer | Steve Lhomme <steve.lhomme@free.fr> | 2004-07-27 21:51:30 +0000 |
commit | 8f041cc75220add1b0c53ba5994a22ee4b7efe03 (patch) | |
tree | 769e0f40af55f7697c0faa188ada8b3255ed858e /gst/smpte | |
parent | 5012fef332c560c45c64160537a78cb265664ea5 (diff) | |
download | gst-plugins-bad-8f041cc75220add1b0c53ba5994a22ee4b7efe03.tar.gz gst-plugins-bad-8f041cc75220add1b0c53ba5994a22ee4b7efe03.tar.bz2 gst-plugins-bad-8f041cc75220add1b0c53ba5994a22ee4b7efe03.zip |
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.c | 2 | ||||
-rw-r--r-- | gst/smpte/gstsmpte.h | 2 |
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()) |