commit | 87f6ede977b04ff12bd15c55cfd5c55c33d055b5 | [log] [tgz] |
---|---|---|
author | Vignesh Venkatasubramanian <vigneshv@google.com> | Mon Jun 17 16:21:36 2019 -0700 |
committer | Vignesh Venkatasubramanian <vigneshv@google.com> | Tue Jun 18 10:13:17 2019 -0700 |
tree | 06de3d446346722d0dbf3d77aa52aaa508768cd5 | |
parent | 7b16bb04317c9950040f9ea8ac72b02ec935fa6c [diff] [blame] |
codec2: Implement gav1 decoder component Note that this CL does not switch the default AV1 decoder to gav1 yet. That will be done in a follow-up. Test: CTS media tests related to AV1 still pass. Bug: 131989882 Change-Id: Ifb88d0f51d85e59fa37d5cead8a5d4757067fedd
diff --git a/media/codec2/components/gav1/Android.bp b/media/codec2/components/gav1/Android.bp index da76e9d..0a0545d 100644 --- a/media/codec2/components/gav1/Android.bp +++ b/media/codec2/components/gav1/Android.bp
@@ -6,4 +6,9 @@ ], srcs: ["C2SoftGav1Dec.cpp"], + static_libs: ["libgav1"], + + include_dirs: [ + "external/libgav1/libgav1/", + ], }