summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2018-04-12 22:15:05 +0200
committerPaul B Mahol <onemda@gmail.com>2018-04-25 12:38:03 +0200
commit0b360cae1cb790fe34e681a6a674990d48d415d9 (patch)
treecc0b8930ae00c95bf59456d15cb9dea7d2b174ad /configure
parentd06b01fc2d4f5e031d45f9460d1eea610d23d6c5 (diff)
downloadffmpeg-0b360cae1cb790fe34e681a6a674990d48d415d9.tar.gz
make swresample optional for ffmpeg
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index dee507cb6a..9fa1665496 100755
--- a/configure
+++ b/configure
@@ -3459,7 +3459,7 @@ avfilter_extralibs="pthreads_extralibs"
avutil_extralibs="d3d11va_extralibs nanosleep_extralibs pthreads_extralibs vaapi_drm_extralibs vaapi_x11_extralibs vdpau_x11_extralibs"
# programs
-ffmpeg_deps="avcodec avfilter avformat swresample"
+ffmpeg_deps="avcodec avfilter avformat"
ffmpeg_select="aformat_filter anull_filter atrim_filter format_filter
null_filter
trim_filter"