Skip to content

Commit

Permalink
Remove 8-bit-only dav1d restriction (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
WerctFourth authored Jun 30, 2024
1 parent 5771f6d commit f875eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/src/main/cpp/libheif/dav1d.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ set(DAV1D_FILENAME "${dav1d_BINARY_DIR}/src/libdav1d.a")
if(NOT EXISTS "${DAV1D_FILENAME}")
set(ENV{ANDROID_NDK} ${CMAKE_ANDROID_NDK})
set(PREPARE_DAV1D "${CMAKE_CURRENT_LIST_DIR}/generate_dav1d_android_cross_compile.sh -a ${CMAKE_ANDROID_ARCH}")
set(CONFIG_DAV1D "meson --buildtype release --default-library static --cross-file android_cross.txt -Denable_tools=false -Denable_tests=false -Dbitdepths=8 ${dav1d_SOURCE_DIR}")
set(CONFIG_DAV1D "meson --buildtype release --default-library static --cross-file android_cross.txt -Denable_tools=false -Denable_tests=false ${dav1d_SOURCE_DIR}")
set(BUILD_DAV1D "ninja")

if(DEFINED ENV{JITPACK})
Expand Down

0 comments on commit f875eb3

Please sign in to comment.