diff libmpdemux/nuppelvideo.h @ 25553:6ac1ece1f9fe

Add multiple inclusion guards to all header files that lack them.
author diego
date Tue, 01 Jan 2008 21:35:58 +0000
parents 2d5ad5048952
children 4129c8cfa742
line wrap: on
line diff
--- a/libmpdemux/nuppelvideo.h	Tue Jan 01 21:20:06 2008 +0000
+++ b/libmpdemux/nuppelvideo.h	Tue Jan 01 21:35:58 2008 +0000
@@ -1,5 +1,8 @@
 /* nuppelvideo.h  rh */
 
+#ifndef NUPPELVIDEO_H
+#define NUPPELVIDEO_H
+
 #include "libavutil/intfloat_readwrite.h"
 
 typedef struct  __attribute__((packed)) rtfileheader
@@ -156,3 +159,4 @@
    (h)->lavc_maxqdiff = le2me_32((h)->lavc_maxqdiff);		\
   }
 
+#endif /* NUPPELVIDEO_H */