summaryrefslogtreecommitdiffstats
path: root/libvo/spuenc.h
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/spuenc.h')
-rw-r--r--libvo/spuenc.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libvo/spuenc.h b/libvo/spuenc.h
index 5c052d1be5..40692fbfab 100644
--- a/libvo/spuenc.h
+++ b/libvo/spuenc.h
@@ -19,6 +19,9 @@
*
*/
+#ifndef SPUENC_H
+#define SPUENC_H
+
#include <stdlib.h>
#define DATASIZE 53220
@@ -38,3 +41,5 @@ typedef struct {
void pixbuf_encode_rle(int x, int y, int w, int h, char *inbuf, int stride, encodedata *ed);
void pixbuf_delete(pixbuf* pb);
+
+#endif /* SPUENC_H */