Merge pull request #3124 from CvH/9.0/aom-fix

aom: disable options
This commit is contained in:
MilhouseVH 2018-11-25 19:00:24 +00:00 committed by GitHub
commit bc2ee2be2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,4 +12,6 @@ PKG_LONGDESC="AV1 Codec Library"
PKG_CMAKE_OPTS_TARGET="-DENABLE_CCACHE=1 \
-DENABLE_DOCS=0 \
-DENABLE_EXAMPLES=0 \
-DENABLE_TESTS=0 \
-DENABLE_TOOLS=0"