| Index: source/libvpx/vp9/vp9dx.mk
|
| ===================================================================
|
| --- source/libvpx/vp9/vp9dx.mk (revision 240950)
|
| +++ source/libvpx/vp9/vp9dx.mk (working copy)
|
| @@ -19,8 +19,8 @@
|
|
|
| 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_decodeframe.c
|
| +VP9_DX_SRCS-yes += decoder/vp9_decodeframe.h
|
| VP9_DX_SRCS-yes += decoder/vp9_detokenize.c
|
| VP9_DX_SRCS-yes += decoder/vp9_dboolhuff.h
|
| VP9_DX_SRCS-yes += decoder/vp9_read_bit_buffer.h
|
| @@ -30,7 +30,6 @@
|
| VP9_DX_SRCS-yes += decoder/vp9_onyxd_int.h
|
| VP9_DX_SRCS-yes += decoder/vp9_thread.c
|
| VP9_DX_SRCS-yes += decoder/vp9_thread.h
|
| -VP9_DX_SRCS-yes += decoder/vp9_treereader.h
|
| VP9_DX_SRCS-yes += decoder/vp9_onyxd_if.c
|
| VP9_DX_SRCS-yes += decoder/vp9_dsubexp.c
|
| VP9_DX_SRCS-yes += decoder/vp9_dsubexp.h
|
|
|