| Index: source/libvpx/vpx_ports/vpx_ports.mk
|
| diff --git a/source/libvpx/vpx_ports/vpx_ports.mk b/source/libvpx/vpx_ports/vpx_ports.mk
|
| index ab7fc4ac7a30c1d148b00048bd63924ebdc54f0d..36b14936dfe96d657cb7d001fcd7263f5ad2acca 100644
|
| --- a/source/libvpx/vpx_ports/vpx_ports.mk
|
| +++ b/source/libvpx/vpx_ports/vpx_ports.mk
|
| @@ -11,8 +11,10 @@
|
|
|
| PORTS_SRCS-yes += vpx_ports.mk
|
|
|
| +PORTS_SRCS-yes += bitops.h
|
| PORTS_SRCS-yes += mem.h
|
| PORTS_SRCS-yes += msvc.h
|
| +PORTS_SRCS-yes += system_state.h
|
| PORTS_SRCS-yes += vpx_timer.h
|
|
|
| ifeq ($(ARCH_X86)$(ARCH_X86_64),yes)
|
|
|