summaryrefslogtreecommitdiffstats
path: root/options
diff options
context:
space:
mode:
Diffstat (limited to 'options')
-rw-r--r--options/options.c5
-rw-r--r--options/options.h4
2 files changed, 1 insertions, 8 deletions
diff --git a/options/options.c b/options/options.c
index 348cc2f5d2..c6837a03e8 100644
--- a/options/options.c
+++ b/options/options.c
@@ -55,8 +55,6 @@
#include "video/out/drm_common.h"
#endif
-#include "video/out/gpu/hwdec.h"
-
static void print_version(struct mp_log *log)
{
mp_print_version(log, true);
@@ -184,9 +182,6 @@ static const m_option_t mp_vo_opt_list[] = {
#if HAVE_DRM
OPT_SUBSTRUCT("", drm_opts, drm_conf, 0),
#endif
- OPT_STRING_VALIDATE("opengl-hwdec-interop", gl_hwdec_interop, 0,
- ra_hwdec_validate_opt),
- OPT_REPLACED("hwdec-preload", "opengl-hwdec-interop"),
{0}
};
diff --git a/options/options.h b/options/options.h
index e2e1220fda..8bf8f1ec6a 100644
--- a/options/options.h
+++ b/options/options.h
@@ -50,10 +50,8 @@ typedef struct mp_vo_opts {
char *mmcss_profile;
- // vo_wayland, vo_drm
+ // vo_drm
struct sws_opts *sws_opts;
- // vo_opengl, vo_opengl_cb
- char *gl_hwdec_interop;
// vo_drm
struct drm_opts *drm_opts;
} mp_vo_opts;