{
    "name": "svt-av1",
    "buildsystem": "cmake-ninja",
    "builddir": true,
    "config-opts": [
        "-DCMAKE_BUILD_TYPE=Release",
        "-DBUILD_SHARED_LIBS=ON",
        "-DBUILD_APPS=OFF",
        "-DBUILD_DEC=ON",
        "-DBUILD_ENC=ON",
        "-DBUILD_TESTING=OFF"
    ],
    "cleanup": [
        "/include",
        "/lib/pkgconfig"
    ],
    "sources": [
        {
            "type": "git",
            "url": "https://gitlab.com/AOMediaCodec/SVT-AV1.git",
            "tag": "v1.8.0",
            "commit": "59645eea34e2815b627b8293aa3af254eddd0d69"
        }
    ]
}
