commit | 893a34a75bdcbe1c0921f2a118929d5f5cd01282 | [log] [tgz] |
---|---|---|
author | Linux Build Service Account <lnxbuild@localhost> | Tue Mar 12 13:17:15 2013 -0700 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Tue Mar 12 13:17:15 2013 -0700 |
tree | d9fb2348cd169914e30da907e5a6c16bc52b7553 | |
parent | 84486f293a0c4f2fd0a1e3c40718c92ccf65404f [diff] | |
parent | 4437bcbf36da3d3bd4f15401db6e11e6607c3b8d [diff] |
Merge "liboverlay: Add check to support older platforms."
diff --git a/liboverlay/overlayUtils.h b/liboverlay/overlayUtils.h index a6b27b5..0459ea4 100644 --- a/liboverlay/overlayUtils.h +++ b/liboverlay/overlayUtils.h
@@ -45,6 +45,11 @@ #include <utils/Log.h> #include "gralloc_priv.h" //for interlace +// Older platforms do not support Venus +#ifndef VENUS_COLOR_FORMAT +#define MDP_Y_CBCR_H2V2_VENUS (MDP_IMGTYPE_LIMIT2 + 1) +#endif + /* * * Collection of utilities functions/structs/enums etc...