diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index f5310590c..b098aaa5f 100644 --- a/configure.ac +++ b/configure.ac @@ -3008,8 +3008,10 @@ echo " * audio decoder plugins:" echo " - GSM 06.10 - linear PCM" if test "x$with_external_ffmpeg" = "xyes"; then echo " - ffmpeg (external library):" + echo " - Windows Media Audio v1/v2/Pro" else echo " - ffmpeg (internal library):" + echo " - Windows Media Audio v1/v2" fi echo " - Windows Media Audio v1/v2/Pro" echo " - DV - logarithmic PCM" |