[build] type = "cmake" [build.flags] build_dir = "build" configure = [ "-DENABLE_ENCODER=ON", "-G Ninja", ] [dependencies] build = [ "cmake", "sdl2-compat", "ninja" ] optional = ["sdl2-compat"] runtime = [ "glibc", "libunwind", "libcxx", ] [package] description = "Open h.265 video codec implementation" homepage = "https://github.com/strukturag/libde265" license = "LGPL-3.0-or-later" name = "libde265" version = "1.0.18" [[source]] extract_dir = "$name-$version" url = "https://github.com/strukturag/libde265.git#v$version"