summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-28 01:32:52 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-28 01:32:52 +0000
commitfe9ec3ffdd77e6ceb397d6823d4e3b5c00e0ea0a (patch)
treef0146cc7a28f08bb7c5b072e6104254ddec0789b /libvo
parentf0d20ffa713fdcedc83828eec3b083c0cac879db (diff)
downloadmpv-fe9ec3ffdd77e6ceb397d6823d4e3b5c00e0ea0a.tar.bz2
mpv-fe9ec3ffdd77e6ceb397d6823d4e3b5c00e0ea0a.tar.xz
Consistently use uppercase filename as multiple inclusion guard.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25897 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/font_load.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libvo/font_load.h b/libvo/font_load.h
index 0c7fe42890..2d24e79023 100644
--- a/libvo/font_load.h
+++ b/libvo/font_load.h
@@ -1,5 +1,5 @@
-#ifndef MPLAYER_FONT_LOAD_H
-#define MPLAYER_FONT_LOAD_H
+#ifndef FONT_LOAD_H
+#define FONT_LOAD_H
#ifdef HAVE_FREETYPE
#include <ft2build.h>
@@ -102,4 +102,4 @@ static int kerning(font_desc_t *desc, int prevc, int c) { return 0; }
raw_file* load_raw(char *name,int verbose);
font_desc_t* read_font_desc(const char* fname,float factor,int verbose);
-#endif /* MPLAYER_FONT_LOAD_H */
+#endif /* FONT_LOAD_H */