shithub: libvpx

Download patch

ref: 8fe4f77a7ae4754de5c69d28cb99cb04e4a974cb
parent: 46c1bf5f5630746e4904df1df8dc332b6954a5b1
parent: 4298be38bddaec021bccf52117f49f2798817e07
author: James Zern <jzern@google.com>
date: Thu Apr 3 10:11:32 EDT 2014

Merge "Fix build for resize_util"

--- a/examples.mk
+++ b/examples.mk
@@ -70,7 +70,7 @@
 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