]> git.sesse.net Git - vlc/blob - modules/codec/ffmpeg/Modules.am
Fix for [oCERT-2008-004] multiple speex implementations insufficient boundary checks...
[vlc] / modules / codec / ffmpeg / Modules.am
1 SOURCES_ffmpeg = \
2         ffmpeg.c \
3         ffmpeg.h \
4         video.c \
5         audio.c \
6         video_filter.c \
7         deinterlace.c \
8         chroma.c \
9         encoder.c \
10         postprocess.c \
11         demux.c \
12         mux.c \
13         scale.c \
14         $(NULL)
15
16 SOURCES_ffmpegaltivec = \
17         ffmpeg.c \
18         ffmpeg.h \
19         video.c \
20         audio.c \
21         video_filter.c \
22         deinterlace.c \
23         chroma.c \
24         encoder.c \
25         postprocess.c \
26         demux.c \
27         mux.c \
28         scale.c \
29         $(NULL)
30