mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
mpv: fix typo in variable name
FFMPEG_DEPENDENCIES shouldn't be used in mpv.mk. This typo was introduced in commit 8e741412d444f9fd2a9af75bf33066a083f7f81b ("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
|
# Raspberry Pi support
|
||||||
ifeq ($(BR2_PACKAGE_RPI_USERLAND),y)
|
ifeq ($(BR2_PACKAGE_RPI_USERLAND),y)
|
||||||
MPV_CONF_OPTS += --enable-rpi --enable-gl
|
MPV_CONF_OPTS += --enable-rpi --enable-gl
|
||||||
FFMPEG_DEPENDENCIES += rpi-userland
|
MPV_DEPENDENCIES += rpi-userland
|
||||||
else
|
else
|
||||||
MPV_CONF_OPTS += --disable-rpi
|
MPV_CONF_OPTS += --disable-rpi
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user