summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
Diffstat (limited to 'video')
-rw-r--r--video/out/vo_corevideo.m2
-rw-r--r--video/out/vo_lavc.c1
-rw-r--r--video/out/vo_xv.c2
-rw-r--r--video/out/wayland_common.c2
4 files changed, 2 insertions, 5 deletions
diff --git a/video/out/vo_corevideo.m b/video/out/vo_corevideo.m
index 3fabacf6d3..3a45c42921 100644
--- a/video/out/vo_corevideo.m
+++ b/video/out/vo_corevideo.m
@@ -27,7 +27,7 @@
#import "talloc.h"
#import "vo.h"
#import "sub/sub.h"
-#import "core/subopt-helper.h"
+#import "core/m_option.h"
#import "video/csputils.h"
#import "video/vfcap.h"
diff --git a/video/out/vo_lavc.c b/video/out/vo_lavc.c
index ffc565f0bf..6c28169baa 100644
--- a/video/out/vo_lavc.c
+++ b/video/out/vo_lavc.c
@@ -28,7 +28,6 @@
#include "video/fmt-conversion.h"
#include "video/mp_image.h"
#include "video/vfcap.h"
-#include "core/subopt-helper.h"
#include "talloc.h"
#include "vo.h"
diff --git a/video/out/vo_xv.c b/video/out/vo_xv.c
index 180dfc1d85..6c91e7bcd4 100644
--- a/video/out/vo_xv.c
+++ b/video/out/vo_xv.c
@@ -53,7 +53,7 @@
#include "sub/sub.h"
#include "sub/draw_bmp.h"
#include "video/csputils.h"
-#include "core/subopt-helper.h"
+#include "core/m_option.h"
#include "osdep/timer.h"
static const vo_info_t info = {
diff --git a/video/out/wayland_common.c b/video/out/wayland_common.c
index 9396c69c07..f6d8cdd9d2 100644
--- a/video/out/wayland_common.c
+++ b/video/out/wayland_common.c
@@ -45,8 +45,6 @@
#include "aspect.h"
#include "osdep/timer.h"
-#include "core/subopt-helper.h"
-
#include "core/input/input.h"
#include "core/input/keycodes.h"