comparison mpegvideo_common.h @ 5830:1d83e9c34641 libavcodec

Add FFMPEG_ prefix to all multiple inclusion guards.
author diego
date Wed, 17 Oct 2007 09:37:46 +0000
parents ce0db8111f94
children 493dc59d469a
comparison
equal deleted inserted replaced
5829:74db916a3715 5830:1d83e9c34641
25 /** 25 /**
26 * @file mpegvideo_common.h 26 * @file mpegvideo_common.h
27 * The simplest mpeg encoder (well, it was the simplest!). 27 * The simplest mpeg encoder (well, it was the simplest!).
28 */ 28 */
29 29
30 #ifndef MPEGVIDEO_COMMON_H 30 #ifndef FFMPEG_MPEGVIDEO_COMMON_H
31 #define MPEGVIDEO_COMMON_H 31 #define FFMPEG_MPEGVIDEO_COMMON_H
32 32
33 #include "avcodec.h" 33 #include "avcodec.h"
34 #include "dsputil.h" 34 #include "dsputil.h"
35 #include "mpegvideo.h" 35 #include "mpegvideo.h"
36 #include "mjpegenc.h" 36 #include "mjpegenc.h"
831 break; 831 break;
832 default: assert(0); 832 default: assert(0);
833 } 833 }
834 } 834 }
835 835
836 #endif /* MPEGVIDEO_COMMON_H */ 836 #endif /* FFMPEG_MPEGVIDEO_COMMON_H */