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

Commit 268a5dbc authored by Ray Essick's avatar Ray Essick Committed by Android (Google) Code Review
Browse files

Merge "codec2: add C2SoftHevcEnc"

parents d50ff4d7 dfe650a5
Loading
Loading
Loading
Loading
+12 −3
Original line number Diff line number Diff line
@@ -9,8 +9,17 @@ cc_library_shared {

    static_libs: ["libhevcdec"],

    include_dirs: [
        "external/libhevc/decoder",
        "external/libhevc/common",
}

cc_library_shared {
    name: "libcodec2_soft_hevcenc",
    defaults: [
        "libcodec2_soft-defaults",
        "libcodec2_soft_sanitize_signed-defaults",
    ],

    srcs: ["C2SoftHevcEnc.cpp"],

    static_libs: ["libhevcenc"],

}
Loading