]> git.sesse.net Git - vlc/blob - modules/video_output/directx/Modules.am
Make it possible to force a distro.mak to use. This is helpfull in cross-compile...
[vlc] / modules / video_output / directx / 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)