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

Commit a37a0d12 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Pull xaac codec from build" into qt-dev

parents 302652ea 09709058
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -872,7 +872,6 @@ C2PlatformComponentStore::C2PlatformComponentStore()
    emplace("libcodec2_soft_vp8enc.so");
    emplace("libcodec2_soft_vp9dec.so");
    emplace("libcodec2_soft_vp9enc.so");
    emplace("libcodec2_soft_xaacdec.so");
}

c2_status_t C2PlatformComponentStore::copyBuffer(
+0 −1
Original line number Diff line number Diff line
@@ -49,7 +49,6 @@ cc_library_shared {
        "libcodec2_soft_flacdec",
        "libcodec2_soft_flacenc",
        "libcodec2_soft_gsmdec",
        "libcodec2_soft_xaacdec",
    ],
}