summaryrefslogtreecommitdiffstats
path: root/video/out
diff options
context:
space:
mode:
Diffstat (limited to 'video/out')
-rw-r--r--video/out/vo_image.c1
-rw-r--r--video/out/vo_sdl.c1
-rw-r--r--video/out/vo_vdpau.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/video/out/vo_image.c b/video/out/vo_image.c
index d39df5851c..32ab26dafe 100644
--- a/video/out/vo_image.c
+++ b/video/out/vo_image.c
@@ -180,7 +180,6 @@ static int control(struct vo *vo, uint32_t request, void *data)
return VO_NOTIMPL;
}
-#undef OPT_BASE_STRUCT
#define OPT_BASE_STRUCT struct priv
const struct vo_driver video_out_image =
diff --git a/video/out/vo_sdl.c b/video/out/vo_sdl.c
index 45486afbfd..5f1e4317ed 100644
--- a/video/out/vo_sdl.c
+++ b/video/out/vo_sdl.c
@@ -1014,7 +1014,6 @@ static int control(struct vo *vo, uint32_t request, void *data)
return VO_NOTIMPL;
}
-#undef OPT_BASE_STRUCT
#define OPT_BASE_STRUCT struct priv
const struct vo_driver video_out_sdl = {
diff --git a/video/out/vo_vdpau.c b/video/out/vo_vdpau.c
index e46e4639b6..6b35176bfb 100644
--- a/video/out/vo_vdpau.c
+++ b/video/out/vo_vdpau.c
@@ -1618,7 +1618,6 @@ static int control(struct vo *vo, uint32_t request, void *data)
return VO_NOTIMPL;
}
-#undef OPT_BASE_STRUCT
#define OPT_BASE_STRUCT struct vdpctx
const struct vo_driver video_out_vdpau = {