mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
mpv: fix typo in variable name
FFMPEG_DEPENDENCIES shouldn't be used in mpv.mk. This typo was
introduced in commit 8e741412d4 ("mpv:
add support for Raspberry Pi "rpi" output").
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
@@ -171,7 +171,7 @@ endif
|
||||
# Raspberry Pi support
|
||||
ifeq ($(BR2_PACKAGE_RPI_USERLAND),y)
|
||||
MPV_CONF_OPTS += --enable-rpi --enable-gl
|
||||
FFMPEG_DEPENDENCIES += rpi-userland
|
||||
MPV_DEPENDENCIES += rpi-userland
|
||||
else
|
||||
MPV_CONF_OPTS += --disable-rpi
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user