From 0c2c059826df1f0463c5cf741d717c6315b4317e Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 3 Sep 2016 13:07:58 +0200 Subject: player: remove opengl-es=no flag from opengl-hq profile This was mistakenly added. It was removed from the vo_opengl_hq defaults at an earlier time, but the documentation was not updated, which is why it made it back into the profile. Fixes #3485. --- player/main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/player/main.c b/player/main.c index 5f20ae9891..315c2978f5 100644 --- a/player/main.c +++ b/player/main.c @@ -143,7 +143,6 @@ static const char def_config[] = "correct-downscaling=yes\n" "sigmoid-upscaling=yes\n" "deband=yes\n" - "opengl-es=no\n" ; static pthread_mutex_t terminal_owner_lock = PTHREAD_MUTEX_INITIALIZER; -- cgit v1.2.3