]> git.sesse.net Git - vlc/blob - modules/video_filter/swscale/Modules.am
We need to include "config.h" somehow before we can use the HAVE_* defines
[vlc] / modules / video_filter / swscale / Modules.am
1 SOURCES_swscale = \
2         swscale.c \
3         swscale.h \
4         swscale_internal.h \
5         yuv2rgb.c \
6         rgb2rgb.c \
7         rgb2rgb.h \
8         common.h \
9         filter.c \
10         $(NULL)
11
12 EXTRA_DIST += \
13         swscale_template.c \
14         swscale_altivec_template.c \
15         yuv2rgb_template.c \
16         yuv2rgb_altivec.c \
17         yuv2rgb_mlib.c \
18         rgb2rgb_template.c \
19         $(NULL)
20