diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6149,7 +6149,7 @@ if test "$_libavutil" = auto ; then if test -d libavutil ; then _libavutil=yes else - _libavutil=no + die "MPlayer will not compile without libavutil in the source tree." fi fi echores "$_libavutil" |