summaryrefslogtreecommitdiffstats
path: root/vidix/dha.h
diff options
context:
space:
mode:
Diffstat (limited to 'vidix/dha.h')
-rw-r--r--vidix/dha.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/vidix/dha.h b/vidix/dha.h
index 5f4035b42a..bd92d2752b 100644
--- a/vidix/dha.h
+++ b/vidix/dha.h
@@ -33,8 +33,8 @@
* Original location: www.linuxvideo.org/gatos
*/
-#ifndef DHA_H
-#define DHA_H
+#ifndef MPLAYER_DHA_H
+#define MPLAYER_DHA_H
#ifdef __cplusplus
extern "C" {
@@ -92,4 +92,4 @@ extern int mtrr_set_type(unsigned base,unsigned size,int type);
}
#endif
-#endif /* DHA_H */
+#endif /* MPLAYER_DHA_H */