diff stream/realrtsp/asmrp.h @ 26029:4129c8cfa742

Add MPLAYER_ prefix to multiple inclusion guards.
author diego
date Fri, 22 Feb 2008 09:09:46 +0000
parents 246221f7ba2e
children
line wrap: on
line diff
--- a/stream/realrtsp/asmrp.h	Fri Feb 22 08:08:19 2008 +0000
+++ b/stream/realrtsp/asmrp.h	Fri Feb 22 09:09:46 2008 +0000
@@ -37,11 +37,11 @@
 
  */
 
-#ifndef ASMRP_H
-#define ASMRP_H
+#ifndef MPLAYER_ASMRP_H
+#define MPLAYER_ASMRP_H
 
 #define MAX_RULEMATCHES 16
 
 int asmrp_match (const char *rules, int bandwidth, int *matches) ;
 
-#endif /* ASMRP_H */
+#endif /* MPLAYER_ASMRP_H */