From 39aa466d6a501affbe263f53be7bba87c862a6e3 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Wed, 15 Oct 2014 19:04:16 +0200 Subject: [PATCH] configure: print the error message when no or old libav/ffmpeg found, fixes #2378 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 0d63028d..e08ce650 100755 --- a/configure +++ b/configure @@ -372,7 +372,7 @@ else if $has_libav; then enable libav - elif enabled libav; then + elif enabled_or_auto libav; then die "libav development support not found (use --disable-libav or --enable-libffmpeg_static)