We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6cedfa commit bc24792Copy full SHA for bc24792
build/posix.sh
@@ -176,6 +176,8 @@ $CURL https://storage.googleapis.com/aom-releases/libaom-${VERSION_AOM}.tar.gz |
176
cd ${DEPS}/aom
177
# Downgrade minimum required CMake version to 3.13 - https://aomedia.googlesource.com/aom/+/597a35fbc9837e33366a1108631d9c72ee7a49e7
178
find . -name 'CMakeLists.txt' -o -name '*.cmake' | xargs sed -i'.bak' "/^cmake_minimum_required/s/3.16/3.13/"
179
+# [PATCH] cmake: fix nasm detection w/3.0
180
+$CURL https://github.com/m-ab-s/aom/commit/6d2b7f71b98bfa28e372b1f2d85f137280bdb3de.patch | patch -p1
181
mkdir aom_build
182
cd aom_build
183
AOM_AS_FLAGS="${FLAGS}" cmake -G"Unix Makefiles" \
0 commit comments