X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fvideo_output%2Fmsw%2FModules.am;h=cc958ecfcd2389c0f5c40ce7437c0c4acab0b47c;hb=2227a86431ba2da1fdff09a28be2574ab0d2a2d0;hp=c1cca87da90086c6857a12801c0a0948c34f40b8;hpb=13b5baf333ead64a93aaf67aa252b1f6ad181a76;p=vlc diff --git a/modules/video_output/msw/Modules.am b/modules/video_output/msw/Modules.am index c1cca87da9..cc958ecfcd 100644 --- a/modules/video_output/msw/Modules.am +++ b/modules/video_output/msw/Modules.am @@ -1,29 +1,39 @@ SOURCES_directx = \ directx.c \ vout.h \ - events.c \ + events_vo.h \ + events_vo.c \ + common_vo.c \ $(NULL) SOURCES_direct3d = \ direct3d.c \ - vout.h \ + common.h \ + events.h \ events.c \ + common.c \ $(NULL) SOURCES_glwin32 = \ glwin32.c \ vout.h \ - events.c \ + events_vo.h \ + events_vo.c \ + common_vo.c \ $(NULL) SOURCES_wingdi = \ wingdi.c \ vout.h \ - events.c \ + events_vo.h \ + events_vo.c \ + common_vo.c \ $(NULL) SOURCES_wingapi = \ wingdi.c \ vout.h \ - events.c \ + events_vo.h \ + events_vo.c \ + common_vo.c \ $(NULL)