]> git.sesse.net Git - vlc/blobdiff - include/vlc_codecs.h
Headers: use non-reserved identifiers for multi-inclusion protection
[vlc] / include / vlc_codecs.h
index ad9f94b985a86fd42b7e0bf5f87397e74a6b986d..988c5901eaf1dc188bbfba2192f02f91d623646c 100644 (file)
@@ -21,8 +21,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
-#ifndef _VLC_CODECS_H
-#define _VLC_CODECS_H 1
+#ifndef VLC_CODECS_H
+#define VLC_CODECS_H 1
 
 #ifdef HAVE_ATTRIBUTE_PACKED
 #   define ATTR_PACKED __attribute__((__packed__))