summaryrefslogtreecommitdiffstats
path: root/libmpdemux
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 /libmpdemux
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 'libmpdemux')
-rw-r--r--libmpdemux/demux_xmms_plugin.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libmpdemux/demux_xmms_plugin.h b/libmpdemux/demux_xmms_plugin.h
index 5aa176f952..e0020fd224 100644
--- a/libmpdemux/demux_xmms_plugin.h
+++ b/libmpdemux/demux_xmms_plugin.h
@@ -21,8 +21,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*/
-#ifndef PLUGIN_H
-#define PLUGIN_H
+#ifndef DEMUX_XMMS_PLUGIN_H
+#define DEMUX_XMMS_PLUGIN_H
typedef enum
{
@@ -152,4 +152,4 @@ typedef struct VisPlugin
void (*render_freq)(short freq_data[2][256]); /* Render the freq data, don't do anything time consuming in here */
} VisPlugin;
-#endif /* PLUGIN_H */
+#endif /* DEMUX_XMMS_PLUGIN_H */