Revision 5b21bdab libavcodec/msmpeg4.h
libavcodec/msmpeg4.h | ||
---|---|---|
23 | 23 |
* @file msmpeg4.h |
24 | 24 |
*/ |
25 | 25 |
|
26 |
#ifndef MSMPEG4_H |
|
27 |
#define MSMPEG4_H |
|
26 |
#ifndef FFMPEG_MSMPEG4_H
|
|
27 |
#define FFMPEG_MSMPEG4_H
|
|
28 | 28 |
|
29 | 29 |
#include "config.h" |
30 | 30 |
|
... | ... | |
41 | 41 |
#define ENABLE_WMV_DECODER (ENABLE_WMV1_DECODER || ENABLE_WMV2_DECODER) |
42 | 42 |
#define ENABLE_WMV_ENCODER (ENABLE_WMV1_ENCODER || ENABLE_WMV2_ENCODER) |
43 | 43 |
|
44 |
#endif /* MSMPEG4_H */ |
|
44 |
#endif /* FFMPEG_MSMPEG4_H */ |
Also available in: Unified diff