vo_drm: extract vt_switcher to drm_common

This commit is contained in:
Marcin Kurczewski
2015-04-19 09:39:58 +02:00
committed by wm4
parent bd5d047c89
commit 34d5b73fbb
4 changed files with 226 additions and 132 deletions

View File

@@ -363,6 +363,7 @@ def build(ctx):
( "video/out/wayland/memfile.c", "wayland" ),
( "video/out/win_state.c"),
( "video/out/x11_common.c", "x11" ),
( "video/out/drm_common.c", "drm" ),
## osdep
( getch2_c ),