Skip to content

Get iOS builds for the library using libde256 decoder? #964

Discussion options

You must be logged in to vote

was able to solve it using this.

clone this repo -> cd -> mkdir build -> cd build

cmake -B build -G Xcode -DCMAKE_TOOLCHAIN_FILE={..}/applications/ios-cmake/ios.toolchain.cmake -DIOS_PLATFORM=OS64 -DIOS_ARCH=arm64 -DBUILD_SHARED_LIBS=OFF -DENABLE_EXAMPLES=OFF -DENABLE_TESTS=OFF -DPLATFORM=OS -DENABLE_LIBSHARPYUV=OFF -WITH_EXAMPLES=OFF -DDE265_INCLUDE_DIRS={..}/applications/libde265/ -DDE265_LIBRARIES={..}/libde265.a -DENABLE_ENCODER=OFF ..

 

cmake --build build --config Release

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by prabhav-mehra
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant