[FFmpeg-cvslog] r10733 - trunk/libavutil/rc4.h
reimar
subversion
Sun Oct 14 14:08:41 CEST 2007
Author: reimar
Date: Sun Oct 14 14:08:41 2007
New Revision: 10733
Log:
Fix rc4 header, #ifndef -> #define
Modified:
trunk/libavutil/rc4.h
Modified: trunk/libavutil/rc4.h
==============================================================================
--- trunk/libavutil/rc4.h (original)
+++ trunk/libavutil/rc4.h Sun Oct 14 14:08:41 2007
@@ -19,7 +19,7 @@
*/
#ifndef RC4_H
-#ifndef RC4_H
+#define RC4_H
void ff_rc4_enc(const uint8_t *key, int keylen, uint8_t *data, int datalen);
More information about the ffmpeg-cvslog
mailing list