Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b1556993 authored by Harish Mahendrakar's avatar Harish Mahendrakar
Browse files

media: Switch to libwebm_mkvparser from libwebm

libwebm_mkvparser is a new library built from sources in
external/libwebm. Use this instead of "libwebm" which is
built from external/libvpx/libwebm.

Bug: 251887564
Test: Builds
Change-Id: I6a446ea27be58d7103154d533ea2e5ba0e97c116
parent d906119a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -173,7 +173,7 @@ cc_fuzz {
    ],

    static_libs: [
        "libwebm",
        "libwebm_mkvparser",
        "libstagefright_flacdec",
        "libstagefright_metadatautils",
        "libmkvextractor",
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ cc_library {
        "libstagefright_foundation_colorutils_ndk",   // for mainline-safe ColorUtils
        "libstagefright_foundation",
        "libstagefright_metadatautils",
        "libwebm",
        "libwebm_mkvparser",
        "libutils",
    ],

+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@ cc_test {
        "libmedia_midiiowrapper",
        "libsonivoxwithoutjet",
        "libvorbisidec",
        "libwebm",
        "libwebm_mkvparser",
        "libFLAC",
    ],