From 18bdc652debc646704d3c2cd08521eeac8b88881 Mon Sep 17 00:00:00 2001 From: Jan Altensen Date: Fri, 10 Apr 2020 22:38:48 +0200 Subject: [PATCH] exynos7580: only build en/decoders that we support Change-Id: I8af1978537fbcaa850ccfa6aea3f5a23984f63e9 --- exynos7580.mk | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/exynos7580.mk b/exynos7580.mk index d505c81..648ab29 100644 --- a/exynos7580.mk +++ b/exynos7580.mk @@ -16,15 +16,13 @@ # video codecs PRODUCT_PACKAGES := \ - libOMX.Exynos.MPEG4.Decoder \ libOMX.Exynos.AVC.Decoder \ - libOMX.Exynos.WMV.Decoder \ - libOMX.Exynos.VP8.Decoder \ - libOMX.Exynos.HEVC.Decoder \ - libOMX.Exynos.MPEG4.Encoder \ libOMX.Exynos.AVC.Encoder \ + libOMX.Exynos.MPEG4.Decoder \ + libOMX.Exynos.MPEG4.Encoder \ + libOMX.Exynos.VP8.Decoder \ libOMX.Exynos.VP8.Encoder \ - libOMX.Exynos.HEVC.Encoder + libOMX.Exynos.WMV.Decoder # stagefright and device specific modules PRODUCT_PACKAGES += \ -- 2.20.1