summaryrefslogtreecommitdiffstats
path: root/video/out/vo_sdl.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/vo_sdl.c')
-rw-r--r--video/out/vo_sdl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/out/vo_sdl.c b/video/out/vo_sdl.c
index cf509acae5..ef42ac93ba 100644
--- a/video/out/vo_sdl.c
+++ b/video/out/vo_sdl.c
@@ -1034,4 +1034,5 @@ const struct vo_driver video_out_sdl = {
.flip_page = flip_page,
.wait_events = wait_events,
.wakeup = wakeup,
+ .legacy_prefix = "sdl",
};