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

Unified Diff: source/libvpx/test/test.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/test/sad_test.cc ('k') | source/libvpx/test/test_intra_pred_speed.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/libvpx/test/test.mk
diff --git a/source/libvpx/test/test.mk b/source/libvpx/test/test.mk
index 91a93f1203ad6cc5bcc8a27d2b1a96ae9270149e..0dad0620a4e0c3ff6deb18aacf86c326ece5592b 100644
--- a/source/libvpx/test/test.mk
+++ b/source/libvpx/test/test.mk
@@ -163,6 +163,9 @@ endif # VP9
LIBVPX_TEST_SRCS-$(CONFIG_ENCODERS) += sad_test.cc
+TEST_INTRA_PRED_SPEED_SRCS-$(CONFIG_VP9_DECODER) := test_intra_pred_speed.cc
+TEST_INTRA_PRED_SPEED_SRCS-$(CONFIG_VP9_DECODER) += ../md5_utils.h ../md5_utils.c
+
endif # CONFIG_SHARED
include $(SRC_PATH_BARE)/test/test-data.mk
« no previous file with comments | « source/libvpx/test/sad_test.cc ('k') | source/libvpx/test/test_intra_pred_speed.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698