commit | c27fc14b02dd41f677290022b0de2d296f5e6dca | [log] [tgz] |
---|---|---|
author | Yaowu Xu <yaowu@google.com> | Mon Aug 22 16:08:15 2016 -0700 |
committer | Yaowu Xu <yaowu@google.com> | Wed Aug 31 17:26:24 2016 -0700 |
tree | 4efe2eb5549de86dc09449e694be310236f867cf | |
parent | b1fb998c460e22d9b119d5b66b6609c4a544876f [diff] [blame] |
Port folder renaming changes from AOM Manually cherry-picked commits: ceef058 libvpx->libaom part2 3d26d91 libvpx -> libaom cfea7dd vp10/ -> av1/ 3a8eff7 Fix a build issue for a test bf4202e Rename vpx to aom Change-Id: I1b0eb5a40796e3aaf41c58984b4229a439a597dc
diff --git a/ivfdec.c b/ivfdec.c index f64e594..24a0d94 100644 --- a/ivfdec.c +++ b/ivfdec.c
@@ -12,7 +12,7 @@ #include <stdlib.h> #include <string.h> -#include "vpx_ports/mem_ops.h" +#include "aom_ports/mem_ops.h" #include "./ivfdec.h"