Mercurial > mplayer.hg
changeset 24156:5e3665b6213e
Add multiple inclusion guards.
author | diego |
---|---|
date | Sat, 25 Aug 2007 13:18:29 +0000 |
parents | 4b0528fe0ffd |
children | 0491b2db2777 |
files | fmt-conversion.h |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/fmt-conversion.h Sat Aug 25 13:13:08 2007 +0000 +++ b/fmt-conversion.h Sat Aug 25 13:18:29 2007 +0000 @@ -1,3 +1,6 @@ +#ifndef FMT_CONVERSION_H +#define FMT_CONVERSION_H + #ifdef USE_LIBAVUTIL_SO #include <ffmpeg/avutil.h> #else @@ -68,3 +71,5 @@ return PIX_FMT_NONE; } + +#endif /* FMT_CONVERSION_H */