From a0ce226e3050f9b27360f69ee676e6f70fa36f80 Mon Sep 17 00:00:00 2001
From: James Zern <jzern@google.com>
Date: Sat, 11 Oct 2014 11:14:54 +0200
Subject: [PATCH] yv12config: fix highbitdepth build

Change-Id: Ie8a4caae19fb514d5bd22e0ae35ca0edcd3484ae
---
 vpx_scale/generic/yv12config.c | 1 -
 vpx_scale/yv12config.h         | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/vpx_scale/generic/yv12config.c b/vpx_scale/generic/yv12config.c
index fde5044a25..00a8c163a6 100644
--- a/vpx_scale/generic/yv12config.c
+++ b/vpx_scale/generic/yv12config.c
@@ -10,7 +10,6 @@
 
 #include <assert.h>
 
-#include "./vpx_config.h"
 #include "vpx_scale/yv12config.h"
 #include "vpx_mem/vpx_mem.h"
 #if CONFIG_VP9 && CONFIG_VP9_HIGHBITDEPTH
diff --git a/vpx_scale/yv12config.h b/vpx_scale/yv12config.h
index c5ac44b123..b9f13fd891 100644
--- a/vpx_scale/yv12config.h
+++ b/vpx_scale/yv12config.h
@@ -15,6 +15,7 @@
 extern "C" {
 #endif
 
+#include "./vpx_config.h"
 #include "vpx/vpx_codec.h"
 #include "vpx/vpx_frame_buffer.h"
 #include "vpx/vpx_integer.h"
-- 
GitLab