Mercurial > libavutil.hg
diff log.h @ 392:d0f3bb6e367e libavutil
Add FFMPEG_ prefix to all multiple inclusion guards.
| author | diego |
|---|---|
| date | Wed, 17 Oct 2007 09:37:46 +0000 |
| parents | 55cd41bc50bf |
| children | 0ce74d34d02e |
line wrap: on
line diff
--- a/log.h Wed Oct 17 09:16:21 2007 +0000 +++ b/log.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 LOG_H -#define LOG_H +#ifndef FFMPEG_LOG_H +#define FFMPEG_LOG_H #include <stdarg.h> @@ -113,4 +113,4 @@ extern void (*av_vlog)(void*, int, const char*, va_list); #endif -#endif /* LOG_H */ +#endif /* FFMPEG_LOG_H */
