From 1aa2ae5404d134815eddcb3f146a9c1f8bbfc2e9 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 5 Feb 2016 17:58:14 +0100 Subject: options: set fs=yes by default on RPI, and change RPI defaults handling The main reason for changing the fullscreen default is that not doing it would change the vo_rpi default behavior with the previous commit. --- player/main.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'player/main.c') diff --git a/player/main.c b/player/main.c index 046d41c6b2..70176f2d35 100644 --- a/player/main.c +++ b/player/main.c @@ -97,6 +97,11 @@ const char mp_help_text[] = "\n"; static const char def_config[] = +#if HAVE_RPI + "hwdec=rpi\n" + "fullscreen=yes\n" +#endif + "\n" "[pseudo-gui]\n" "terminal=no\n" "force-window=yes\n" -- cgit v1.2.3