Mercurial > libavutil.hg
diff intreadwrite.h @ 392:d0f3bb6e367e libavutil
Add FFMPEG_ prefix to all multiple inclusion guards.
| author | diego |
|---|---|
| date | Wed, 17 Oct 2007 09:37:46 +0000 |
| parents | 30e766822b5a |
| children | f771a4fd3534 |
line wrap: on
line diff
--- a/intreadwrite.h Wed Oct 17 09:16:21 2007 +0000 +++ b/intreadwrite.h Wed Oct 17 09:37:46 2007 +0000 @@ -16,8 +16,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef INTREADWRITE_H -#define INTREADWRITE_H +#ifndef FFMPEG_INTREADWRITE_H +#define FFMPEG_INTREADWRITE_H #include <stdint.h> #include "bswap.h" @@ -186,4 +186,4 @@ ((uint8_t*)(p))[7] = (d)>>56; } while(0) #endif -#endif /* INTREADWRITE_H */ +#endif /* FFMPEG_INTREADWRITE_H */
