A wrapper for libdav1d + Xcode project. This enables Carthage support
This repo also including the CocoaPods's spec file to use libdav1d.
This Carthage and CocoaPods support, disable the architecture specify assembly code, and use the pure C implementation instead. This because both the lack support for CocoaPods and Xcode NASM compiler.
If you want the best performance for specify architecture, try to read the README from dav1d to build the pre-built with Meson and Ninja by your own.
libdav1d is (via this repo) available through Carthage.
github "SDWebImage/libdav1d-Xcode"
libdav1d is available through CocoaPods.
pod 'libdav1d'
libdav1d is available through Swift Package Manager.
let package = Package(
dependencies: [
.package(url: "https://github.com/SDWebImage/libdav1d-Xcode.git", from: "0.7")
]
)
Use libdav1d as you would normally, this is just a repo that adds an Xcode proj.
libdav1d is available under the BSD 2-Clause License.
link |
Stars: 4 |
Last commit: 4 weeks ago |
Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics