diff libaf/equalizer.h @ 26029:4129c8cfa742

Add MPLAYER_ prefix to multiple inclusion guards.
author diego
date Fri, 22 Feb 2008 09:09:46 +0000
parents 6ac1ece1f9fe
children 72d0b1444141
line wrap: on
line diff
--- a/libaf/equalizer.h	Fri Feb 22 08:08:19 2008 +0000
+++ b/libaf/equalizer.h	Fri Feb 22 09:09:46 2008 +0000
@@ -8,8 +8,8 @@
 //=============================================================================
 */
 
-#ifndef EQUALIZER_H
-#define EQUALIZER_H
+#ifndef MPLAYER_EQUALIZER_H
+#define MPLAYER_EQUALIZER_H
 
 /* Equalizer plugin header file defines struct used for setting or
    getting the gain of a specific channel and frequency */
@@ -35,4 +35,4 @@
 9       16.00 kHz
 */
 
-#endif /* EQUALIZER_H */
+#endif /* MPLAYER_EQUALIZER_H */