comparison msmpeg4.h @ 7760:c4a4495715dd libavcodec

Globally rename the header inclusion guard names. Consistently apply this rule: the guard name is obtained from the filename by stripping the leading "lib", converting '/' and '.' to '_' and uppercasing the resulting name. Guard names in the root directory have to be prefixed by "FFMPEG_".
author stefano
date Sun, 31 Aug 2008 07:39:47 +0000
parents 02007962faf4
children 67b0e60022bf
comparison
equal deleted inserted replaced
7759:892ca48b7d76 7760:c4a4495715dd
21 21
22 /** 22 /**
23 * @file msmpeg4.h 23 * @file msmpeg4.h
24 */ 24 */
25 25
26 #ifndef FFMPEG_MSMPEG4_H 26 #ifndef AVCODEC_MSMPEG4_H
27 #define FFMPEG_MSMPEG4_H 27 #define AVCODEC_MSMPEG4_H
28 28
29 #include "config.h" 29 #include "config.h"
30 #include "avcodec.h" 30 #include "avcodec.h"
31 #include "dsputil.h" 31 #include "dsputil.h"
32 #include "mpegvideo.h" 32 #include "mpegvideo.h"
60 #define ENABLE_MSMPEG4 (ENABLE_MSMPEG4_DECODER || ENABLE_MSMPEG4_ENCODER) 60 #define ENABLE_MSMPEG4 (ENABLE_MSMPEG4_DECODER || ENABLE_MSMPEG4_ENCODER)
61 #define ENABLE_WMV2 (ENABLE_WMV2_DECODER || ENABLE_WMV2_ENCODER) 61 #define ENABLE_WMV2 (ENABLE_WMV2_DECODER || ENABLE_WMV2_ENCODER)
62 #define ENABLE_WMV_DECODER (ENABLE_WMV1_DECODER || ENABLE_WMV2_DECODER) 62 #define ENABLE_WMV_DECODER (ENABLE_WMV1_DECODER || ENABLE_WMV2_DECODER)
63 #define ENABLE_WMV_ENCODER (ENABLE_WMV1_ENCODER || ENABLE_WMV2_ENCODER) 63 #define ENABLE_WMV_ENCODER (ENABLE_WMV1_ENCODER || ENABLE_WMV2_ENCODER)
64 64
65 #endif /* FFMPEG_MSMPEG4_H */ 65 #endif /* AVCODEC_MSMPEG4_H */