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:
parent
d6681eeb8f
commit
eea60d1436
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user