]> granicus.if.org Git - libvpx/blobdiff - vpxstats.h
Use -std=gnu++11 instead of -std=c++11
[libvpx] / vpxstats.h
index 5c9ea34f71a3cd401b1ee4c8734f41e80ca8388f..3625ee3291f9137a74e68e1f56f246e2a6bd3a11 100644 (file)
@@ -8,8 +8,8 @@
  *  be found in the AUTHORS file in the root of the source tree.
  */
 
-#ifndef VPXSTATS_H_
-#define VPXSTATS_H_
+#ifndef VPX_VPXSTATS_H_
+#define VPX_VPXSTATS_H_
 
 #include <stdio.h>
 
@@ -40,4 +40,4 @@ vpx_fixed_buf_t stats_get(stats_io_t *stats);
 }  // extern "C"
 #endif
 
-#endif  // VPXSTATS_H_
+#endif  // VPX_VPXSTATS_H_