Skip to content
Snippets Groups Projects
Commit 3413f2d2 authored by Nathan E. Egge's avatar Nathan E. Egge Committed by Nathan Egge
Browse files

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
parent 362888b9
No related branches found
No related tags found
2 merge requests!6Rav1e 11 yushin 1,!3Rav1e 10 yushin
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment