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. --- options/options.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'options') diff --git a/options/options.c b/options/options.c index b839f3a7c9..0377854c0e 100644 --- a/options/options.c +++ b/options/options.c @@ -820,10 +820,6 @@ const struct MPOpts mp_default_opts = { .mf_fps = 1.0, -#if HAVE_RPI - .hwdec_api = -1, -#endif - .display_tags = (char **)(const char*[]){ "Artist", "Album", "Album_Artist", "Comment", "Composer", "Genre", "Performer", "Title", "Track", "icy-title", "service_name", -- cgit v1.2.3