summaryrefslogtreecommitdiffstats
path: root/options/options.c
diff options
context:
space:
mode:
Diffstat (limited to 'options/options.c')
-rw-r--r--options/options.c5
1 files changed, 0 insertions, 5 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}
};