From 0b360cae1cb790fe34e681a6a674990d48d415d9 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Thu, 12 Apr 2018 22:15:05 +0200 Subject: make swresample optional for ffmpeg Signed-off-by: Paul B Mahol --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') 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" -- cgit v1.2.1