summaryrefslogtreecommitdiffstats
path: root/package/ffmpeg/ffmpeg.mk
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2018-01-01 13:44:28 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2018-01-01 13:45:07 +0100
commitba2b4118fa847dfdbaeb4846590d3a9f51948676 (patch)
treef2100a5ed94fad24654e68d0c83d07344073790c /package/ffmpeg/ffmpeg.mk
parent1eecd462ae052cbb056de2d89419f445c4cbd4fa (diff)
downloadbuildroot-ba2b4118fa847dfdbaeb4846590d3a9f51948676.tar.gz
buildroot-ba2b4118fa847dfdbaeb4846590d3a9f51948676.zip
ffmpeg: RaspberryPi support does not need rpi-firmware
rpi-userland provides the user-space blobs needed for OpenGL and al., rpi-firmware is not needed. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/ffmpeg/ffmpeg.mk')
-rw-r--r--package/ffmpeg/ffmpeg.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/ffmpeg/ffmpeg.mk b/package/ffmpeg/ffmpeg.mk
index daa6daba1b..76c31f5f52 100644
--- a/package/ffmpeg/ffmpeg.mk
+++ b/package/ffmpeg/ffmpeg.mk
@@ -254,10 +254,10 @@ else
FFMPEG_CONF_OPTS += --disable-vdpau
endif
-ifeq ($(BR2_PACKAGE_RPI_FIRMWARE)$(BR2_PACKAGE_RPI_USERLAND),yy)
+ifeq ($(BR2_PACKAGE_RPI_USERLAND),y)
FFMPEG_CONF_OPTS += --enable-mmal --enable-omx --enable-omx-rpi \
--extra-cflags=-I$(STAGING_DIR)/usr/include/IL
-FFMPEG_DEPENDENCIES += rpi-firmware rpi-userland
+FFMPEG_DEPENDENCIES += rpi-userland
else
FFMPEG_CONF_OPTS += --disable-mmal --disable-omx --disable-omx-rpi
endif
OpenPOWER on IntegriCloud