summaryrefslogtreecommitdiff
path: root/libavcodec/msmpeg4.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-10-17 09:37:46 +0000
committerDiego Biurrun <diego@biurrun.de>2007-10-17 09:37:46 +0000
commit5b21bdabe43611385d1d55a21d5b1f607b133d29 (patch)
treef2365284f51cf77d62573fa8a2d7f15c50baf8be /libavcodec/msmpeg4.h
parent6a03549e8a25c2223c117201424899339c0e7be7 (diff)
Add FFMPEG_ prefix to all multiple inclusion guards.
Originally committed as revision 10765 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/msmpeg4.h')
-rw-r--r--libavcodec/msmpeg4.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/msmpeg4.h b/libavcodec/msmpeg4.h
index 1b2dabdb29..2012cb407a 100644
--- a/libavcodec/msmpeg4.h
+++ b/libavcodec/msmpeg4.h
@@ -23,8 +23,8 @@
* @file msmpeg4.h
*/
-#ifndef MSMPEG4_H
-#define MSMPEG4_H
+#ifndef FFMPEG_MSMPEG4_H
+#define FFMPEG_MSMPEG4_H
#include "config.h"
@@ -41,4 +41,4 @@
#define ENABLE_WMV_DECODER (ENABLE_WMV1_DECODER || ENABLE_WMV2_DECODER)
#define ENABLE_WMV_ENCODER (ENABLE_WMV1_ENCODER || ENABLE_WMV2_ENCODER)
-#endif /* MSMPEG4_H */
+#endif /* FFMPEG_MSMPEG4_H */