]> granicus.if.org Git - libvpx/commitdiff
Add missing CONFIG_DAALA_EC declaration.
authorNathan E. Egge <negge@mozilla.com>
Fri, 15 Jul 2016 20:56:03 +0000 (16:56 -0400)
committerYaowu Xu <yaowu@google.com>
Fri, 14 Oct 2016 21:59:27 +0000 (14:59 -0700)
Without first including ./aom_config.h in aom_dsp/prob.c the memmove
 function is implicitly defined and causes a compiler warning.

Change-Id: I339d0389f10324a1085aba7d6492b2159a14da92

aom_dsp/prob.c

index 348592916c86628a1f99246af78453c1c673ab40..233ff4f7166a25684e2c0c5bca0854f4c0f2cb9a 100644 (file)
@@ -9,6 +9,8 @@
  * PATENTS file, you can obtain it at www.aomedia.org/license/patent.
  */
 
+#include "./aom_config.h"
+
 #if CONFIG_DAALA_EC
 #include <string.h>
 #endif