summaryrefslogtreecommitdiff
path: root/examples.mk
diff options
context:
space:
mode:
Diffstat (limited to 'examples.mk')
-rw-r--r--examples.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples.mk b/examples.mk
index 87be5a8c9..fa5d66cda 100644
--- a/examples.mk
+++ b/examples.mk
@@ -70,7 +70,7 @@ 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
-ifeq ($(CONFIG_SHARED),no)
+ifneq ($(CONFIG_SHARED),yes)
EXAMPLES-$(CONFIG_VP9_ENCODER) += resize_util.c
endif