Skip to content

Commit 6563e98

Browse files
Merge pull request #31 from SmilingWolf/patch-1
libaom: explicitly enable low bit depth code path
2 parents 54f2210 + ba64194 commit 6563e98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ RUN \
303303
rm -rf CMakeCache.txt CMakeFiles ; \
304304
mkdir -p ./aom_build ; \
305305
cd ./aom_build ; \
306-
cmake -DCMAKE_INSTALL_PREFIX="${PREFIX}" -DBUILD_SHARED_LIBS=1 ..; \
306+
cmake -DCMAKE_INSTALL_PREFIX="${PREFIX}" -DBUILD_SHARED_LIBS=1 -DCONFIG_LOWBITDEPTH=1 ..; \
307307
make ; \
308308
make install ; \
309309
rm -rf ${dir}

0 commit comments

Comments
 (0)