]> granicus.if.org Git - libvpx/commit
Check CONFIG_VP<N> instead of encoder and decoder
authorJohann Koenig <johannkoenig@google.com>
Fri, 28 Aug 2015 23:18:18 +0000 (16:18 -0700)
committerJohann Koenig <johannkoenig@google.com>
Fri, 28 Aug 2015 23:18:18 +0000 (16:18 -0700)
commit0231e27bf0491baa6e8a4bb59d449ab61d2dd606
tree030e3ca0a15605e33402a88ae2099c7ed0e56265
parent180b1804e58f73dc7a3e2b1b3498568511d179de
Check CONFIG_VP<N> instead of encoder and decoder

If either the encoder or the decoder is enabled, CONFIG_VP<N> will be
set. This simplifies the conditional and passes the chromium update
script when CONFIG_ values are passed in with 'yes' and 'no' values.

This was failing because it was checking against empty strings but
they are set to 'no'

Change-Id: I02ecd557210088ba1458cd0e89eead5666f6597a
libs.mk