Index: source/libvpx/examples.mk |
=================================================================== |
--- source/libvpx/examples.mk (revision 291857) |
+++ source/libvpx/examples.mk (working copy) |
@@ -31,6 +31,7 @@ |
third_party/libyuv/source/scale_common.cc \ |
third_party/libyuv/source/scale_mips.cc \ |
third_party/libyuv/source/scale_neon.cc \ |
+ third_party/libyuv/source/scale_neon64.cc \ |
third_party/libyuv/source/scale_posix.cc \ |
third_party/libyuv/source/scale_win.cc \ |
@@ -185,7 +186,9 @@ |
ifeq ($(CONFIG_MULTI_RES_ENCODING),yes) |
ifeq ($(CONFIG_LIBYUV),yes) |
EXAMPLES-$(CONFIG_VP8_ENCODER) += vp8_multi_resolution_encoder.c |
+vp8_multi_resolution_encoder.SRCS += ivfenc.h ivfenc.c |
vp8_multi_resolution_encoder.SRCS += tools_common.h tools_common.c |
+vp8_multi_resolution_encoder.SRCS += video_writer.h video_writer.c |
vp8_multi_resolution_encoder.SRCS += $(LIBYUV_SRCS) |
vp8_multi_resolution_encoder.GUID = 04f8738e-63c8-423b-90fa-7c2703a374de |
vp8_multi_resolution_encoder.DESCRIPTION = VP8 Multiple-resolution Encoding |