summaryrefslogtreecommitdiff
path: root/examples.mk
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2014-05-14 19:45:20 -0700
committerJames Zern <jzern@google.com>2014-05-14 19:47:23 -0700
commitf12ebfc939b61f49059a2e60505a036a17d0561b (patch)
tree8033eaef09d26de705dd26cd407ab2638ed32559 /examples.mk
parent06496d5508a1773492f2b063e4c53d0ff1fe731c (diff)
downloadlibvpx-f12ebfc939b61f49059a2e60505a036a17d0561b.tar
libvpx-f12ebfc939b61f49059a2e60505a036a17d0561b.tar.gz
libvpx-f12ebfc939b61f49059a2e60505a036a17d0561b.tar.bz2
libvpx-f12ebfc939b61f49059a2e60505a036a17d0561b.zip
make spatial svc an experiment
disabled by default, enable with: --enable-experimental --enable-spatial-svc this disables vp9_spatial_svc_encoder and svc_test, further work is needed to remove internal lib references Change-Id: I6a487ecbf07eb98843a99d96e17f08f960b63088
Diffstat (limited to 'examples.mk')
-rw-r--r--examples.mk20
1 files changed, 11 insertions, 9 deletions
diff --git a/examples.mk b/examples.mk
index 28ab33a16..e09681e6a 100644
--- a/examples.mk
+++ b/examples.mk
@@ -67,15 +67,17 @@ ifeq ($(CONFIG_WEBM_IO),yes)
endif
vpxenc.GUID = 548DEC74-7A15-4B2B-AFC3-AA102E7C25C1
vpxenc.DESCRIPTION = Full featured encoder
-EXAMPLES-$(CONFIG_VP9_ENCODER) += vp9_spatial_svc_encoder.c
-vp9_spatial_svc_encoder.SRCS += args.c args.h
-vp9_spatial_svc_encoder.SRCS += ivfenc.c ivfenc.h
-vp9_spatial_svc_encoder.SRCS += tools_common.c tools_common.h
-vp9_spatial_svc_encoder.SRCS += video_common.h
-vp9_spatial_svc_encoder.SRCS += video_writer.h video_writer.c
-vp9_spatial_svc_encoder.SRCS += vpxstats.c vpxstats.h
-vp9_spatial_svc_encoder.GUID = 4A38598D-627D-4505-9C7B-D4020C84100D
-vp9_spatial_svc_encoder.DESCRIPTION = VP9 Spatial SVC Encoder
+ifeq ($(CONFIG_SPATIAL_SVC),yes)
+ EXAMPLES-$(CONFIG_VP9_ENCODER) += vp9_spatial_svc_encoder.c
+ vp9_spatial_svc_encoder.SRCS += args.c args.h
+ vp9_spatial_svc_encoder.SRCS += ivfenc.c ivfenc.h
+ vp9_spatial_svc_encoder.SRCS += tools_common.c tools_common.h
+ vp9_spatial_svc_encoder.SRCS += video_common.h
+ vp9_spatial_svc_encoder.SRCS += video_writer.h video_writer.c
+ vp9_spatial_svc_encoder.SRCS += vpxstats.c vpxstats.h
+ vp9_spatial_svc_encoder.GUID = 4A38598D-627D-4505-9C7B-D4020C84100D
+ vp9_spatial_svc_encoder.DESCRIPTION = VP9 Spatial SVC Encoder
+endif
ifneq ($(CONFIG_SHARED),yes)
EXAMPLES-$(CONFIG_VP9_ENCODER) += resize_util.c