summaryrefslogtreecommitdiff
path: root/package/vlc
diff options
context:
space:
mode:
authorJoao Pinto <jpinto@synopsys.com>2015-09-16 09:26:49 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-09-16 22:24:01 +0200
commitb4a81fc2c6826344bdc86acef4283ed7e86c1fb4 (patch)
treec29a17c141925502282bd377aca4792e003ba203 /package/vlc
parent55e4ec054c21b9164e10c323a5f0afff1deb1d67 (diff)
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: Joao Pinto <jpinto@synopsys.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/vlc')
-rw-r--r--package/vlc/vlc.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/vlc/vlc.mk b/package/vlc/vlc.mk
index 6f7fd58a0..4e84b1285 100644
--- a/package/vlc/vlc.mk
+++ b/package/vlc/vlc.mk
@@ -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),)