comparison msmpeg4.h @ 5830:1d83e9c34641 libavcodec

Add FFMPEG_ prefix to all multiple inclusion guards.
author diego
date Wed, 17 Oct 2007 09:37:46 +0000
parents 7b3fcb7c61ce
children 02007962faf4
comparison
equal deleted inserted replaced
5829:74db916a3715 5830:1d83e9c34641
21 21
22 /** 22 /**
23 * @file msmpeg4.h 23 * @file msmpeg4.h
24 */ 24 */
25 25
26 #ifndef MSMPEG4_H 26 #ifndef FFMPEG_MSMPEG4_H
27 #define MSMPEG4_H 27 #define FFMPEG_MSMPEG4_H
28 28
29 #include "config.h" 29 #include "config.h"
30 30
31 #define ENABLE_MSMPEG4_DECODER (ENABLE_MSMPEG4V1_DECODER || \ 31 #define ENABLE_MSMPEG4_DECODER (ENABLE_MSMPEG4V1_DECODER || \
32 ENABLE_MSMPEG4V2_DECODER || \ 32 ENABLE_MSMPEG4V2_DECODER || \
39 #define ENABLE_MSMPEG4 (ENABLE_MSMPEG4_DECODER || ENABLE_MSMPEG4_ENCODER) 39 #define ENABLE_MSMPEG4 (ENABLE_MSMPEG4_DECODER || ENABLE_MSMPEG4_ENCODER)
40 #define ENABLE_WMV2 (ENABLE_WMV2_DECODER || ENABLE_WMV2_ENCODER) 40 #define ENABLE_WMV2 (ENABLE_WMV2_DECODER || ENABLE_WMV2_ENCODER)
41 #define ENABLE_WMV_DECODER (ENABLE_WMV1_DECODER || ENABLE_WMV2_DECODER) 41 #define ENABLE_WMV_DECODER (ENABLE_WMV1_DECODER || ENABLE_WMV2_DECODER)
42 #define ENABLE_WMV_ENCODER (ENABLE_WMV1_ENCODER || ENABLE_WMV2_ENCODER) 42 #define ENABLE_WMV_ENCODER (ENABLE_WMV1_ENCODER || ENABLE_WMV2_ENCODER)
43 43
44 #endif /* MSMPEG4_H */ 44 #endif /* FFMPEG_MSMPEG4_H */