From 853d6a8a974a7bb99aef21c0326476a330d355ba Mon Sep 17 00:00:00 2001 From: daniel-123 Date: Fri, 21 Feb 2014 20:22:43 +0100 Subject: [PATCH] Install VLC support by default on Linux. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e595f09..6995a52 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ SINGLE_USER = false ifndef VLC_SUPPORT - VLC_SUPPORT = false + VLC_SUPPORT = true endif BASE_PATH = /usr