configure: print the error message when no or old libav/ffmpeg found, fixes #2378

This commit is contained in:
Jaroslav Kysela 2014-10-15 19:04:16 +02:00
parent c182493656
commit 39aa466d6a

2
configure vendored
View file

@ -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)