Add FFMPEG_ prefix to all multiple inclusion guards.

Originally committed as revision 10765 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun
2007-10-17 09:37:46 +00:00
parent 6a03549e8a
commit 5b21bdabe4
175 changed files with 528 additions and 529 deletions
+3 -3
View File
@@ -26,8 +26,8 @@
* MJPEG decoder.
*/
#ifndef MJPEGDEC_H
#define MJPEGDEC_H
#ifndef FFMPEG_MJPEGDEC_H
#define FFMPEG_MJPEGDEC_H
#include "avcodec.h"
#include "bitstream.h"
@@ -109,4 +109,4 @@ int ff_mjpeg_decode_dht(MJpegDecodeContext *s);
int ff_mjpeg_decode_sof(MJpegDecodeContext *s);
int ff_mjpeg_decode_sos(MJpegDecodeContext *s);
#endif /* MJPEGDEC_H */
#endif /* FFMPEG_MJPEGDEC_H */