summaryrefslogtreecommitdiffstats
path: root/package/mpv
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2018-01-01 22:44:46 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2018-01-01 22:44:46 +0100
commiteea60d14360a3f40be1ac0da181f9ba183cf2c73 (patch)
tree4e56006a0b161d518322c5f7a5a93046e384b8f3 /package/mpv
parentd6681eeb8f7291930e4855268ae66a8164164511 (diff)
downloadbuildroot-eea60d14360a3f40be1ac0da181f9ba183cf2c73.tar.gz
buildroot-eea60d14360a3f40be1ac0da181f9ba183cf2c73.zip
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>
Diffstat (limited to 'package/mpv')
-rw-r--r--package/mpv/mpv.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mpv/mpv.mk b/package/mpv/mpv.mk
index b7dfb369af..8d10aa7c47 100644
--- a/package/mpv/mpv.mk
+++ b/package/mpv/mpv.mk
@@ -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
OpenPOWER on IntegriCloud