]> granicus.if.org Git - libvpx/commitdiff
yv12config: fix highbitdepth build
authorJames Zern <jzern@google.com>
Sat, 11 Oct 2014 09:14:54 +0000 (11:14 +0200)
committerJames Zern <jzern@google.com>
Sat, 11 Oct 2014 09:14:54 +0000 (11:14 +0200)
Change-Id: Ie8a4caae19fb514d5bd22e0ae35ca0edcd3484ae

vpx_scale/generic/yv12config.c
vpx_scale/yv12config.h

index fde5044a25807d1cacfc97b2c9565767cbb5ea88..00a8c163a6aca678bba21ee972e09a59973e5f23 100644 (file)
@@ -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
index c5ac44b123c3ef4971fb5960e4d82f25db5bcc14..b9f13fd89188f8229b7c009412a9586a34bb9242 100644 (file)
@@ -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"