From 485d6a6965e982a21eca1eddb9df8a29b56efaab Mon Sep 17 00:00:00 2001
From: "Nathan E. Egge" <negge@dgql.org>
Date: Sun, 6 Mar 2016 12:29:00 -0500
Subject: [PATCH] Prevent multiple inclusion of odintrin.h.

Change-Id: I7b02377c816599fb4cd8ce8144e0efbfab3874af
---
 vp10/common/odintrin.h | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/vp10/common/odintrin.h b/vp10/common/odintrin.h
index 24dd78f5b5..80e6e72ed4 100644
--- a/vp10/common/odintrin.h
+++ b/vp10/common/odintrin.h
@@ -1,3 +1,6 @@
+#ifndef VP10_COMMON_ODINTRIN_H_
+#define VP10_COMMON_ODINTRIN_H_
+
 #include "vp10/common/enums.h"
 #include "vpx/vpx_integer.h"
 #include "vpx_dsp/vpx_dsp_common.h"
@@ -27,3 +30,5 @@ typedef int16_t dering_in;
  *       we have to special-case it.
  *         We define a special version of the macro to use when x can be zero.*/
 #  define OD_ILOG(x) ((x) ? OD_ILOG_NZ(x) : 0)
+
+#endif
-- 
GitLab