| commit | 1ac1ae73dc818906e1853af9f97c122d95f279b8 | [log] [tgz] |
|---|---|---|
| author | Alex Converse <aconverse@google.com> | Sat Sep 17 15:11:16 2016 -0700 |
| committer | Alex Converse <aconverse@google.com> | Mon Sep 19 09:51:27 2016 -0700 |
| tree | f17c46c8ec8347c511a8bf514d65fdd0a5d23ac9 | |
| parent | eb00cb289bb8a0072e2cc8ec3af66b11c2889ac2 [diff] [blame] |
Move ANS to aom_dsp. That's where it lives in aom/master. Change-Id: I38f405827d9c2d0b06ef5f3bfd7cadc35d5991ef
diff --git a/av1/encoder/bitstream.c b/av1/encoder/bitstream.c index 0f2daa1..2cdc82f 100644 --- a/av1/encoder/bitstream.c +++ b/av1/encoder/bitstream.c
@@ -37,7 +37,7 @@ #include "av1/common/tile_common.h" #if CONFIG_ANS -#include "av1/encoder/buf_ans.h" +#include "aom_dsp/buf_ans.h" #endif // CONFIG_ANS #include "av1/encoder/bitstream.h" #include "av1/encoder/cost.h"