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

Add MPLAYER_ prefix to multiple inclusion guards.
author diego
date Fri, 22 Feb 2008 09:09:46 +0000
parents 3baf6a2283da
children e16088a911c1
line wrap: on
line diff
--- a/stream/realrtsp/sdpplin.h	Fri Feb 22 08:08:19 2008 +0000
+++ b/stream/realrtsp/sdpplin.h	Fri Feb 22 09:09:46 2008 +0000
@@ -25,9 +25,9 @@
  * sdp/sdpplin parser.
  *
  */
- 
-#ifndef HAVE_SDPPLIN_H
-#define HAVE_SDPPLIN_H
+
+#ifndef MPLAYER_SDPPLIN_H
+#define MPLAYER_SDPPLIN_H
 
 #include "rmff.h"
 #include "../librtsp/rtsp.h"
@@ -105,4 +105,4 @@
 
 void sdpplin_free(sdpplin_t *description);
 
-#endif /* HAVE_SDPPLIN_H */
+#endif /* MPLAYER_SDPPLIN_H */