Mercurial > libavformat.hg
diff avformat.h @ 2620:792383dd085e libavformat
Add FFMPEG_ prefix to all multiple inclusion guards.
| author | diego |
|---|---|
| date | Wed, 17 Oct 2007 09:37:46 +0000 |
| parents | 3afd8e729331 |
| children | 4e3d38c8896c |
line wrap: on
line diff
--- a/avformat.h Wed Oct 17 09:16:21 2007 +0000 +++ b/avformat.h Wed Oct 17 09:37:46 2007 +0000 @@ -18,8 +18,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef AVFORMAT_H -#define AVFORMAT_H +#ifndef FFMPEG_AVFORMAT_H +#define FFMPEG_AVFORMAT_H #define LIBAVFORMAT_VERSION_INT ((51<<16)+(15<<8)+0) #define LIBAVFORMAT_VERSION 51.15.0 @@ -930,5 +930,4 @@ #endif /* HAVE_AV_CONFIG_H */ -#endif /* AVFORMAT_H */ - +#endif /* FFMPEG_AVFORMAT_H */
