[bTSstream-devel] fix ietf/rtcp include guard
Arnaud de Turckheim
git at videolan.org
Mon May 11 16:35:20 CEST 2015
bitstream | branch: master | Arnaud de Turckheim <quarium at gmail.com> | Thu May 7 16:55:20 2015 +0200| [ff3b4fbb54d2c8db4e2d959b885f6f0b96e1298a] | committer: Christophe Massiot
fix ietf/rtcp include guard
> http://git.videolan.org/gitweb.cgi/bitstream.git/?a=commit;h=ff3b4fbb54d2c8db4e2d959b885f6f0b96e1298a
---
ietf/rtcp.h | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/ietf/rtcp.h b/ietf/rtcp.h
index ed8e039..8ae65e4 100644
--- a/ietf/rtcp.h
+++ b/ietf/rtcp.h
@@ -1,5 +1,5 @@
-#ifndef RTCP_H_
-# define RTCP_H_
+#ifndef __BITSTREAM_IETF_RTCP_H__
+# define __BITSTREAM_IETF_RTCP_H__
# include <inttypes.h>
@@ -68,5 +68,4 @@ static inline void rtcp_sr_set_octet_count(uint8_t *p_rtcp_sr,
p_rtcp_sr[27] = octet_count & 0xff;
}
-
-#endif /* !RTCP_H_ */
+#endif /* !__BITSTREAM_IETF_RTCP_H__ */
More information about the biTStream-devel
mailing list