diff svq1_cb.h @ 5163:9ecbfc0c82bf libavcodec

add multiple inclusion guards to headers
author mru
date Sun, 17 Jun 2007 00:01:30 +0000
parents 4394344397d8
children 3fd46e281bd8
line wrap: on
line diff
--- a/svq1_cb.h	Sat Jun 16 22:59:13 2007 +0000
+++ b/svq1_cb.h	Sun Jun 17 00:01:30 2007 +0000
@@ -29,6 +29,9 @@
  * svq1 code books.
  */
 
+#ifndef AVCODEC_SVQ1_CB_H
+#define AVCODEC_SVQ1_CB_H
+
 #include <stdint.h>
 #include <stdlib.h>
 
@@ -1581,3 +1584,5 @@
  -1,  5, -2, -2, -3,  2, -3, -1,  3, -3,  0,  4,  3,  0,  1, -2,
  }
 };
+
+#endif