diff libmpcodecs/ae_toolame.h @ 26029:4129c8cfa742

Add MPLAYER_ prefix to multiple inclusion guards.
author diego
date Fri, 22 Feb 2008 09:09:46 +0000
parents 246221f7ba2e
children bbb6ebec87a0
line wrap: on
line diff
--- a/libmpcodecs/ae_toolame.h	Fri Feb 22 08:08:19 2008 +0000
+++ b/libmpcodecs/ae_toolame.h	Fri Feb 22 09:09:46 2008 +0000
@@ -1,5 +1,5 @@
-#ifndef AE_TOOLAME_H
-#define AE_TOOLAME_H
+#ifndef MPLAYER_AE_TOOLAME_H
+#define MPLAYER_AE_TOOLAME_H
 
 #include "ae.h"
 #include <toolame.h>
@@ -13,4 +13,4 @@
 
 int mpae_init_toolame(audio_encoder_t *encoder);
 
-#endif /* AE_TOOLAME_H */
+#endif /* MPLAYER_AE_TOOLAME_H */