]> git.sesse.net Git - vlc/blob - modules/video_output/x11/Modules.am
d00f375a755c4cd3526f041284dd208c98e93fcf
[vlc] / modules / video_output / x11 / Modules.am
1 SOURCES_x11 = \
2         x11.c \
3         xcommon.c \
4         xcommon.h \
5         $(NULL)
6
7 SOURCES_xvideo = \
8         xvideo.c \
9         xcommon.c \
10         xcommon.h \
11         $(NULL)
12
13 SOURCES_glx = \
14         glx.c \
15         xcommon.c \
16         xcommon.h \
17         $(NULL)
18
19 SOURCES_xvmc = \
20         xvmc.c \
21         xcommon.c \
22         xcommon.h \
23         $(NULL)
24