summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.in12
1 files changed, 9 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 3f6ed95ef..ed6828182 100644
--- a/configure.in
+++ b/configure.in
@@ -1142,9 +1142,13 @@ dnl Decoders
echo " * decoder plugins:"
echo " - a52 - dts"
echo " - mpeg2 - spu"
+echo " - spucc - sputext"
echo " - ffmpeg - mad"
echo " - cyuv - divx4"
echo " - cinepak - msvc"
+echo " - adpcm - lpcm"
+echo " - roqaudio - roqvideo"
+echo " - svq1"
if test x"$no_oggvorbis" = "xno"; then
echo " - vorbis"
fi
@@ -1152,7 +1156,7 @@ if test x"$no_xvid" = "xno"; then
echo " - xvid"
fi
if test x"$have_dxr3" = "xyes"; then
- echo " - dxr3"
+ echo " - dxr3_video - dxr3_spu"
fi
if test x"$enable_w32dll" = "xyes"; then
echo " - w32dll"
@@ -1165,6 +1169,8 @@ echo " - avi - mpeg"
echo " - mpeg_block - mpeg_audio"
echo " - mpeg_elem - mpeg_pes"
echo " - mpeg_ts - qt"
+echo " - film - roq"
+echo " - cda"
if test x"$enable_asf" = "xyes"; then
echo " - asf"
fi
@@ -1176,8 +1182,8 @@ echo ""
dnl Input
echo " * input plugins:"
echo " - file - net"
-echo " - stdin - rtp"
-echo " - http"
+echo " - stdin_fifo - rtp"
+echo " - http - mms"
if test x"$have_cdrom_ioctls" = "xyes"; then
echo " - dvd - vcd"
echo " - cda"