| Index: source/libvpx/vp9/vp9dx.mk
 | 
| ===================================================================
 | 
| --- source/libvpx/vp9/vp9dx.mk	(revision 177019)
 | 
| +++ source/libvpx/vp9/vp9dx.mk	(working copy)
 | 
| @@ -21,12 +21,14 @@
 | 
|  VP9_DX_SRCS-yes += decoder/vp9_dboolhuff.c
 | 
|  VP9_DX_SRCS-yes += decoder/vp9_decodemv.c
 | 
|  VP9_DX_SRCS-yes += decoder/vp9_decodframe.c
 | 
| +VP9_DX_SRCS-yes += decoder/vp9_decodframe.h
 | 
|  VP9_DX_SRCS-yes += decoder/vp9_dequantize.c
 | 
|  VP9_DX_SRCS-yes += decoder/vp9_detokenize.c
 | 
|  VP9_DX_SRCS-yes += decoder/vp9_dboolhuff.h
 | 
|  VP9_DX_SRCS-yes += decoder/vp9_decodemv.h
 | 
|  VP9_DX_SRCS-yes += decoder/vp9_dequantize.h
 | 
|  VP9_DX_SRCS-yes += decoder/vp9_detokenize.h
 | 
| +VP9_DX_SRCS-yes += decoder/vp9_onyxd.h
 | 
|  VP9_DX_SRCS-yes += decoder/vp9_onyxd_int.h
 | 
|  VP9_DX_SRCS-yes += decoder/vp9_treereader.h
 | 
|  VP9_DX_SRCS-yes += decoder/vp9_onyxd_if.c
 | 
| 
 |