From 52703a6459d164f30f850f31333946393f1dd414 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 17 Oct 2007 09:16:21 +0000 Subject: Use filename as multiple inclusion guard. Originally committed as revision 10760 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/ogg2.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libavformat/ogg2.h') diff --git a/libavformat/ogg2.h b/libavformat/ogg2.h index 1230787..55a4a75 100644 --- a/libavformat/ogg2.h +++ b/libavformat/ogg2.h @@ -22,8 +22,8 @@ DEALINGS IN THE SOFTWARE. **/ -#ifndef OGG_H -#define OGG_H +#ifndef OGG2_H +#define OGG2_H #include "avformat.h" @@ -84,4 +84,4 @@ extern ogg_codec_t ogm_old_codec; extern int vorbis_comment(AVFormatContext *ms, uint8_t *buf, int size); -#endif +#endif /* OGG2_H */ -- cgit v1.1