diff options
author | Paul B Mahol <onemda@gmail.com> | 2013-10-08 14:48:52 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2013-10-21 13:57:00 +0000 |
commit | c65521693914aed1c9fe42a2d6aebbde667fac79 (patch) | |
tree | ad4392f914710bad3de75dfc1b1c166432845d7c /configure | |
parent | f5ed83c3831fcaca0f87cd67ca743946a54023d0 (diff) | |
download | ffmpeg-c65521693914aed1c9fe42a2d6aebbde667fac79.tar.gz |
make it possible to compile ffmpeg without swscale
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2263,7 +2263,7 @@ postproc_deps="avutil gpl" swscale_deps="avutil" # programs -ffmpeg_deps="avcodec avfilter avformat swscale swresample" +ffmpeg_deps="avcodec avfilter avformat swresample" ffmpeg_select="aformat_filter anull_filter atrim_filter format_filter null_filter setpts_filter trim_filter" |