]> git.sesse.net Git - vlc/blob - modules/video_output/msw/Modules.am
Direct2D video output module
[vlc] / modules / video_output / msw / Modules.am
1 SOURCES_direct2d = \
2         direct2d.c \
3         common.h \
4         events.h \
5         events.c \
6         common.c \
7         $(NULL)
8
9 SOURCES_directx = \
10         directx.c \
11         common.h \
12         events.h \
13         events.c \
14         common.c \
15         $(NULL)
16
17 SOURCES_direct3d = \
18         direct3d.c \
19         common.h \
20         events.h \
21         events.c \
22         common.c \
23         $(NULL)
24
25 SOURCES_glwin32 = \
26         glwin32.c \
27         common.h \
28         events.h \
29         events.c \
30         common.c \
31         $(NULL)
32
33 SOURCES_wingdi = \
34         wingdi.c \
35         common.h \
36         events.h \
37         events.c \
38         common.c \
39         $(NULL)
40
41 SOURCES_wingapi = \
42         wingdi.c \
43         common.h \
44         events.h \
45         events.c \
46         common.c \
47         $(NULL)