Add missing CONFIG_DAALA_EC declaration.

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
This commit is contained in:
Nathan E. Egge
2016-07-15 16:56:03 -04:00
committed by Yaowu Xu
parent 44460148b2
commit a67c0ff4d7

View 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