Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(575)

Unified Diff: source/libvpx/vpx_ports/vpx_ports.mk

Issue 1162573005: libvpx: Pull from upstream (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « source/libvpx/vpx_ports/msvc.h ('k') | source/libvpx/vpx_scale/generic/gen_scalers.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 a7275431fe9196ca045a7df443abf92b399a02b7..ab7fc4ac7a30c1d148b00048bd63924ebdc54f0d 100644
--- a/source/libvpx/vpx_ports/vpx_ports.mk
+++ b/source/libvpx/vpx_ports/vpx_ports.mk
@@ -11,13 +11,14 @@
PORTS_SRCS-yes += vpx_ports.mk
-PORTS_SRCS-$(BUILD_LIBVPX) += mem.h
-PORTS_SRCS-$(BUILD_LIBVPX) += vpx_timer.h
+PORTS_SRCS-yes += mem.h
+PORTS_SRCS-yes += msvc.h
+PORTS_SRCS-yes += vpx_timer.h
ifeq ($(ARCH_X86)$(ARCH_X86_64),yes)
-PORTS_SRCS-$(BUILD_LIBVPX) += emms.asm
-PORTS_SRCS-$(BUILD_LIBVPX) += x86.h
-PORTS_SRCS-$(BUILD_LIBVPX) += x86_abi_support.asm
+PORTS_SRCS-yes += emms.asm
+PORTS_SRCS-yes += x86.h
+PORTS_SRCS-yes += x86_abi_support.asm
endif
PORTS_SRCS-$(ARCH_ARM) += arm_cpudetect.c
« no previous file with comments | « source/libvpx/vpx_ports/msvc.h ('k') | source/libvpx/vpx_scale/generic/gen_scalers.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698