diff base64.h @ 392:d0f3bb6e367e libavutil

Add FFMPEG_ prefix to all multiple inclusion guards.
author diego
date Wed, 17 Oct 2007 09:37:46 +0000
parents 86348ea795ad
children 62575220eb1a
line wrap: on
line diff
--- a/base64.h	Wed Oct 17 09:16:21 2007 +0000
+++ b/base64.h	Wed Oct 17 09:37:46 2007 +0000
@@ -19,8 +19,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#ifndef AVUTIL_BASE64_H
-#define AVUTIL_BASE64_H
+#ifndef FFMPEG_BASE64_H
+#define FFMPEG_BASE64_H
 
 #include <stdint.h>
 
@@ -37,4 +37,4 @@
  */
 char *av_base64_encode(char * buf, int buf_len, uint8_t * src, int len);
 
-#endif // AVUTIL_BASE64_H
+#endif /* FFMPEG_BASE64_H */