From 5a55f768a4602b2eefa525fbfa25ed8556759ef9 Mon Sep 17 00:00:00 2001 From: Calin Crisan Date: Mon, 2 Sep 2019 22:05:20 +0300 Subject: [PATCH] Raspberry Pi4: temporarily disable OMX ffmpeg support --- configs/raspberrypi4_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/raspberrypi4_defconfig b/configs/raspberrypi4_defconfig index cf48689dc7..d9e6534edf 100644 --- a/configs/raspberrypi4_defconfig +++ b/configs/raspberrypi4_defconfig @@ -24,6 +24,7 @@ BR2_PACKAGE_ALSA_UTILS_AMIXER=y BR2_PACKAGE_ALSA_UTILS_APLAY=y BR2_PACKAGE_FFMPEG_GPL=y BR2_PACKAGE_FFMPEG_NONFREE=y +BR2_PACKAGE_FFMPEG_EXTRACONF="--disable-omx" BR2_PACKAGE_GSTREAMER1=y BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_ADDER=y BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_AUDIORATE=y