diff libmpdemux/ebml.h @ 26029:4129c8cfa742

Add MPLAYER_ prefix to multiple inclusion guards.
author diego
date Fri, 22 Feb 2008 09:09:46 +0000
parents 3f0d00abc073
children 268ecf0e1ba4
line wrap: on
line diff
--- a/libmpdemux/ebml.h	Fri Feb 22 08:08:19 2008 +0000
+++ b/libmpdemux/ebml.h	Fri Feb 22 09:09:46 2008 +0000
@@ -1,5 +1,5 @@
-#ifndef EBML_H
-#define EBML_H
+#ifndef MPLAYER_EBML_H
+#define MPLAYER_EBML_H
 
 #include <inttypes.h>
 
@@ -188,4 +188,4 @@
 uint32_t ebml_read_master (stream_t *s, uint64_t *length);
 char *ebml_read_header (stream_t *s, int *version);
 
-#endif /* EBML_H */
+#endif /* MPLAYER_EBML_H */