Commit b4a81fc2 authored by Joao Pinto's avatar Joao Pinto Committed by Thomas Petazzoni
Browse files

vlc: enable to run as root



A number of embedded systems only include the root user, so this patch
changes the VLC package so that running VLC as root is allowed, like
it is for all other Buildroot packages.

[Thomas: tweak commit log, remove incorrect Tested-by.]

Signed-off-by: default avatarJoao Pinto <jpinto@synopsys.com>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 55e4ec05
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -54,6 +54,7 @@ VLC_CONF_OPTS += \
	--disable-mfx \
	--disable-vdpau \
	--disable-addonmanagermodules \
	--enable-run-as-root \

# Building static and shared doesn't work, so force static off.
ifeq ($(BR2_STATIC_LIBS),)