# Distributed under the terms of the GNU General Public License v2 # Copyright 2019 Gluzskiy Alexandr SCM_REPOSITORY="https://aomedia.googlesource.com/aom" require scm-git require cmake [ api=2 ] SUMMARY="AV1 codec library" HOMEPAGE="https://aomedia.googlesource.com/aom" LICENCES="" SLOT="0" MYOPTIONS=" " DEPENDENCIES=" " CMAKE_SRC_CONFIGURE_PARAMS=( -DCONFIG_SHARED=1 -DCONFIG_STATIC=0 -DENABLE_WERROR=FALSE -DBUILD_SHARED_LIBS=1 )