Skip to content

Commit

Permalink
Merge pull request #106 from webosbrew/fix/libyuv_download
Browse files Browse the repository at this point in the history
Download external libyuv-project using DOWNLOAD_URL option
  • Loading branch information
TBSniller authored Mar 11, 2023
2 parents e32bebb + aa95300 commit ccbc54f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libyuv/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ include(ExternalProject)

ExternalProject_Add(
libyuv
URL https://chromium.googlesource.com/libyuv/libyuv/+archive/fdc71956bdade0012b0628b5011b567c06c72308.tar.gz
GIT_REPOSITORY https://chromium.googlesource.com/libyuv/libyuv
GIT_TAG fdc71956bdade0012b0628b5011b567c06c72308
CMAKE_ARGS
-DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}
-DCMAKE_C_FLAGS=${COMMON_FLAGS}
Expand Down

0 comments on commit ccbc54f

Please sign in to comment.