]> git.sesse.net Git - vlc/blob - modules/video_output/msw/Modules.am
vout: merged all Microsoft Windows specific vouts under msw directory in order to...
[vlc] / modules / video_output / msw / Modules.am
1 SOURCES_vout_directx = \
2         directx.c \
3         vout.h \
4         events.c \
5         $(NULL)
6
7 SOURCES_direct3d = \
8         direct3d.c \
9         vout.h \
10         events.c \
11         $(NULL)
12
13 SOURCES_glwin32 = \
14         glwin32.c \
15         vout.h \
16         events.c \
17         $(NULL)
18
19 SOURCES_wingdi = \
20         wingdi.c \
21         vout.h \
22         events.c \
23         $(NULL)
24
25 SOURCES_wingapi = \
26         windi.c \
27         vout.h \
28         events.c \
29         $(NULL)