]> git.sesse.net Git - vlc/blob - modules/video_chroma/Modules.am
23bf554a6622af4246b04223cc0550332f6aeca3
[vlc] / modules / video_chroma / Modules.am
1 SOURCES_i420_rgb = \
2         modules/video_chroma/i420_rgb.c \
3         modules/video_chroma/i420_rgb.h \
4         modules/video_chroma/i420_rgb8.c \
5         modules/video_chroma/i420_rgb16.c \
6         modules/video_chroma/i420_rgb_c.h \
7         $(NULL)
8
9 SOURCES_i420_rgb_mmx = \
10         modules/video_chroma/i420_rgb.c \
11         modules/video_chroma/i420_rgb.h \
12         modules/video_chroma/i420_rgb16.c \
13         modules/video_chroma/i420_rgb_mmx.h \
14         $(NULL)
15
16 SOURCES_i420_yuy2 = \
17         modules/video_chroma/i420_yuy2.c \
18         modules/video_chroma/i420_yuy2.h \
19         $(NULL)
20
21 SOURCES_i420_yuy2_mmx = \
22         modules/video_chroma/i420_yuy2.c \
23         modules/video_chroma/i420_yuy2.h \
24         $(NULL)
25
26 SOURCES_i422_yuy2 = \
27         modules/video_chroma/i422_yuy2.c \
28         modules/video_chroma/i422_yuy2.h \
29         $(NULL)
30
31 SOURCES_i422_yuy2_mmx = \
32         modules/video_chroma/i422_yuy2.c \
33         modules/video_chroma/i422_yuy2.h \
34         $(NULL)
35
36 SOURCES_i420_ymga = \
37         modules/video_chroma/i420_ymga.c
38         $(NULL)
39
40 SOURCES_i420_ymga_mmx = \
41         modules/video_chroma/i420_ymga.c
42         $(NULL)
43