diff rc4.h @ 392:d0f3bb6e367e libavutil

Add FFMPEG_ prefix to all multiple inclusion guards.
author diego
date Wed, 17 Oct 2007 09:37:46 +0000
parents cf7833133c52
children bc871e7ac0dc
line wrap: on
line diff
--- a/rc4.h	Wed Oct 17 09:16:21 2007 +0000
+++ b/rc4.h	Wed Oct 17 09:37:46 2007 +0000
@@ -18,9 +18,9 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#ifndef RC4_H
-#define RC4_H
+#ifndef FFMPEG_RC4_H
+#define FFMPEG_RC4_H
 
 void ff_rc4_enc(const uint8_t *key, int keylen, uint8_t *data, int datalen);
 
-#endif /* RC4_H */
+#endif /* FFMPEG_RC4_H */