commit | f674157f6bc069ad56e924b54cd278c5f5ae4913 | [log] [tgz] |
---|---|---|
author | Yushin Cho <ycho@mozilla.com> | Tue Oct 24 20:07:46 2017 -0700 |
committer | Yushin Cho <ycho@mozilla.com> | Wed Oct 25 21:06:04 2017 +0000 |
tree | 4c57f39f972061a306d3daac2654a4ba68075697 | |
parent | 058d088979b19f172e232b3602b1bdf9c019818c [diff] [blame] |
Fix compile warnings with inspector Change-Id: I055c0f23f4edf71cb01b72e573f0949e53f72dd1
diff --git a/av1/decoder/inspection.h b/av1/decoder/inspection.h index c2ffe90..67ddad7 100644 --- a/av1/decoder/inspection.h +++ b/av1/decoder/inspection.h
@@ -20,7 +20,9 @@ #include "av1/decoder/accounting.h" #endif +#ifndef AOM_AOMDX_H_ typedef void (*aom_inspect_cb)(void *decoder, void *data); +#endif typedef struct insp_mv insp_mv;