summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRashed Abdel-Tawab <rashed@linux.com>2017-12-18 21:23:33 -0800
committerMichael Bestas <mkbestas@lineageos.org>2018-05-27 01:11:02 +0300
commit3a79c5c6e6fb21d0d7b82ba833defbc795acb0a4 (patch)
tree65490855d2ee716b8ec02545264e4f1f7d30e1b6
parent153c03933ab6c9bad66fa3f14916da1d75307d3b (diff)
downloadandroid_hardware_qcom_media-lineage-15.1-caf-8996.tar.gz
android_hardware_qcom_media-lineage-15.1-caf-8996.tar.bz2
android_hardware_qcom_media-lineage-15.1-caf-8996.zip
vdec: Fixes for VNDK_VERSION=currentlineage-15.1-caf-8996
Change-Id: I93a11dd2509462e3d39a8f554dfb438c3ff802de
-rw-r--r--mm-video-v4l2/vidc/vdec/src/omx_vdec_v4l2.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/mm-video-v4l2/vidc/vdec/src/omx_vdec_v4l2.cpp b/mm-video-v4l2/vidc/vdec/src/omx_vdec_v4l2.cpp
index 374b45c1..eae1168e 100644
--- a/mm-video-v4l2/vidc/vdec/src/omx_vdec_v4l2.cpp
+++ b/mm-video-v4l2/vidc/vdec/src/omx_vdec_v4l2.cpp
@@ -76,6 +76,7 @@ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <qdMetaData.h>
#include <gralloc_priv.h>
+#include <nativebase/nativebase.h>
#ifdef ANDROID_JELLYBEAN_MR2
#include "QComOMXMetadata.h"