diff options
| author | Rashed Abdel-Tawab <rashed@linux.com> | 2017-12-18 21:23:33 -0800 |
|---|---|---|
| committer | Michael Bestas <mkbestas@lineageos.org> | 2018-05-27 01:11:02 +0300 |
| commit | 3a79c5c6e6fb21d0d7b82ba833defbc795acb0a4 (patch) | |
| tree | 65490855d2ee716b8ec02545264e4f1f7d30e1b6 | |
| parent | 153c03933ab6c9bad66fa3f14916da1d75307d3b (diff) | |
| download | android_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.cpp | 1 |
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" |
