package/intel-mediasdk: disable samples and tutorials

Disable samples and tutorials which are enabled by default and fail to
build with gcc 10 without upstream commit:
c7d40371eb

Fixes:
 - http://autobuild.buildroot.org/results/9ee28e5dc0b2ba854766d9bc82b95c28be2722d3

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
Fabrice Fontaine 2021-02-22 18:00:48 +01:00 committed by Yann E. MORIN
parent 7cb44a2011
commit aead2e1ec2

View File

@ -12,6 +12,9 @@ INTEL_MEDIASDK_LICENSE_FILES = LICENSE
INTEL_MEDIASDK_INSTALL_STAGING = YES
INTEL_MEDIASDK_DEPENDENCIES = intel-mediadriver
INTEL_MEDIASDK_CONF_OPTS = -DMFX_INCLUDE="$(@D)/api/include"
INTEL_MEDIASDK_CONF_OPTS = \
-DBUILD_SAMPLES=OFF \
-DBUILD_TUTORIALS=OFF \
-DMFX_INCLUDE="$(@D)/api/include"
$(eval $(cmake-package))