]> git.sesse.net Git - vlc/blob - modules/video_chroma/Modules.am
* ALL: New ogg demux and vorbis codec modules for preliminary support of
[vlc] / modules / video_chroma / Modules.am
1 SOURCES_i420_rgb = \
2         modules/video_chroma/i420_rgb.c \
3         modules/video_chroma/i420_rgb8.c \
4         modules/video_chroma/i420_rgb16.c
5 SOURCES_i420_rgb_mmx = \
6         modules/video_chroma/i420_rgb.c \
7         modules/video_chroma/i420_rgb16.c
8
9 SOURCES_i420_yuy2 = modules/video_chroma/i420_yuy2.c
10 SOURCES_i420_yuy2_mmx = modules/video_chroma/i420_yuy2.c
11
12 SOURCES_i422_yuy2 = modules/video_chroma/i422_yuy2.c
13 SOURCES_i422_yuy2_mmx = modules/video_chroma/i422_yuy2.c
14
15 SOURCES_i420_ymga = modules/video_chroma/i420_ymga.c
16 SOURCES_i420_ymga_mmx = modules/video_chroma/i420_ymga.c
17
18 noinst_HEADERS += \
19         modules/video_chroma/i420_rgb.h \
20         modules/video_chroma/i420_rgb_c.h \
21         modules/video_chroma/i420_rgb_mmx.h \
22         modules/video_chroma/i420_yuy2.h \
23         modules/video_chroma/i422_yuy2.h