diff options
Diffstat (limited to 'm4')
-rw-r--r-- | m4/summary.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/m4/summary.m4 b/m4/summary.m4 index 1f8109434..2b1bc40d3 100644 --- a/m4/summary.m4 +++ b/m4/summary.m4 @@ -71,6 +71,7 @@ AC_DEFUN([XINE_LIB_SUMMARY], [ test x"$have_libflac" = x"yes" && echo " - FLAC (with libFLAC)" test x"$have_vorbis" = x"yes" && echo " - ogg" test x"$have_wavpack" = x"yes" && echo " - WavPack" + test x"$have_avformat" = x"yes" && echo " - avformat (with libavformat)" echo "" dnl video decoders |