summaryrefslogtreecommitdiff
path: root/examples.mk
diff options
context:
space:
mode:
authorMinghai Shang <minghai@google.com>2014-03-07 14:02:35 -0800
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>2014-03-07 14:02:35 -0800
commit274050714265729578bc48130dfdbd568299d061 (patch)
treec96f458b12d13703ea85659ed750da3ee99fbe57 /examples.mk
parent6849cde89328b70ed2fd0ffd9cd225ead6025fd9 (diff)
parentb0c146eea9cdd3f43dbf82574ab037e08f1da55c (diff)
downloadlibvpx-274050714265729578bc48130dfdbd568299d061.tar.gz
libvpx-274050714265729578bc48130dfdbd568299d061.tar.bz2
libvpx-274050714265729578bc48130dfdbd568299d061.zip
Merge "[svc] 1. Add two pass RC options in vp9_spatial_scalable_encoder. 2. Add read/write for RC stats file The two pass RC for svc does not work yet. This is just the first step. We need further development to make it working. Change-Id: I8ef0e177dff0b5ed3c97a916beea5123717cc6f2"
Diffstat (limited to 'examples.mk')
-rw-r--r--examples.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples.mk b/examples.mk
index b60786a8f..5c6e42d31 100644
--- a/examples.mk
+++ b/examples.mk
@@ -62,6 +62,7 @@ vp9_spatial_scalable_encoder.SRCS += ivfenc.c ivfenc.h
vp9_spatial_scalable_encoder.SRCS += tools_common.c tools_common.h
vp9_spatial_scalable_encoder.SRCS += video_common.h
vp9_spatial_scalable_encoder.SRCS += video_writer.h video_writer.c
+vp9_spatial_scalable_encoder.SRCS += vpxstats.c vpxstats.h
vp9_spatial_scalable_encoder.GUID = 4A38598D-627D-4505-9C7B-D4020C84100D
vp9_spatial_scalable_encoder.DESCRIPTION = Spatial Scalable Encoder