Skip to content

Commit

Permalink
compile with both [8,16] bitdepth
Browse files Browse the repository at this point in the history
  • Loading branch information
zonaryFUND committed May 20, 2021
1 parent 200642c commit 10f1014
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ for f in $files; do
echo --cross-file=package/crossfiles/${f}
meson "build-${f}" "--cross-file=package/crossfiles/${f}" "--cross-file=package/crossfiles/constants.meson" --default-library=static
cd "build-${f}"
meson configure -Dbitdepths=8 -Denable_asm=true
meson configure "-Dbitdepths=['8','16']" -Denable_asm=true -Denable_avx512=true
ninja -v
cp src/libdav1d.a "../../generated/${f%.meson}.a"
cd ../
Expand Down
2 changes: 1 addition & 1 deletion libdav1d.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'libdav1d'
s.version = '0.0.1'
s.version = '0.0.3'
s.summary = 'dav1d is an AV1 decoder :)'
s.description = <<-DESC
dav1d is a new AV1 cross-platform decoder, open-source, and focused on speed and correctness.
Expand Down
Binary file modified libdav1d.xcframework/ios-arm64_armv7_armv7s/libdav1d.a
Binary file not shown.
Binary file modified libdav1d.xcframework/ios-arm64_x86_64-simulator/libdav1d.a
Binary file not shown.

0 comments on commit 10f1014

Please sign in to comment.