diff stream/librtsp/rtsp_session.h @ 26029:4129c8cfa742

Add MPLAYER_ prefix to multiple inclusion guards.
author diego
date Fri, 22 Feb 2008 09:09:46 +0000
parents 3baf6a2283da
children 2accee15b3ab
line wrap: on
line diff
--- a/stream/librtsp/rtsp_session.h	Fri Feb 22 08:08:19 2008 +0000
+++ b/stream/librtsp/rtsp_session.h	Fri Feb 22 09:09:46 2008 +0000
@@ -28,8 +28,8 @@
  *      Support for MPEG-TS streaming through RFC compliant RTSP servers
  */
 
-#ifndef HAVE_RTSP_SESSION_H
-#define HAVE_RTSP_SESSION_H
+#ifndef MPLAYER_RTSP_SESSION_H
+#define MPLAYER_RTSP_SESSION_H
 
 typedef struct rtsp_session_s rtsp_session_t;
 
@@ -40,4 +40,4 @@
 
 void rtsp_session_end(rtsp_session_t *session);
 
-#endif /* HAVE_RTSP_SESSION_H */
+#endif /* MPLAYER_RTSP_SESSION_H */