summaryrefslogtreecommitdiffstats
path: root/gst/flx/flx_color.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/flx/flx_color.h')
-rw-r--r--gst/flx/flx_color.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/gst/flx/flx_color.h b/gst/flx/flx_color.h
index 673505b4..80378e1d 100644
--- a/gst/flx/flx_color.h
+++ b/gst/flx/flx_color.h
@@ -17,8 +17,13 @@
* Boston, MA 02111-1307, USA.
*/
+#ifndef __FLX_COLOR_H__
+#define __FLX_COLOR_H__
+
#include <gst/gst.h>
+G_BEGIN_DECLS
+
typedef enum {
FLX_COLORSPACE_RGB8,
FLX_COLORSPACE_RGB32,
@@ -42,3 +47,6 @@ void flx_set_palette_vector(FlxColorSpaceConverter *flxpal, guint start, guint n
void flx_set_color(FlxColorSpaceConverter *flxpal, guint colr, guint red, guint green,
guint blue, gint scale);
+G_END_DECLS
+
+#endif /* __FLX_COLOR_H__ */