diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2002-12-27 19:21:37 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2002-12-27 19:21:37 +0000 |
commit | 38cf26ec4edfe9c455372cf428601a1b0ff5bdad (patch) | |
tree | fea40ea6283bfce250492d109655d8272c59d43f | |
parent | c776d1a882ea9edc0718e4ceb9c6fd4fc4357e56 (diff) | |
download | xine-lib-38cf26ec4edfe9c455372cf428601a1b0ff5bdad.tar.gz xine-lib-38cf26ec4edfe9c455372cf428601a1b0ff5bdad.tar.bz2 |
mention new input plugins in build list
CVS patchset: 3699
CVS date: 2002/12/27 19:21:37
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 98017e50e..b1e79ef7d 100644 --- a/configure.ac +++ b/configure.ac @@ -1256,6 +1256,8 @@ echo " * input plugins:" echo " - file - net" echo " - stdin_fifo - rtp" echo " - http - mms" +echo " - pnm - rtsp" +echo " - dvb" if test x"$have_cdrom_ioctls" = "xyes"; then echo " - dvd - vcd" echo " - cda" |