Added the RTP sink, added libasound to the REQUIREMENTS, configure.in is not yet...
authorWim Taymans <wim.taymans@gmail.com>
Fri, 9 Mar 2001 20:50:36 +0000 (20:50 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Fri, 9 Mar 2001 20:50:36 +0000 (20:50 +0000)
Original commit message from CVS:
Added the RTP sink, added libasound to the REQUIREMENTS, configure.in is
not yet detecting librtp...

REQUIREMENTS
configure.in

index 5b19cd0..7fce101 100644 (file)
@@ -27,6 +27,7 @@ libvorbis     (for vorbisenc, vorbisdec)
 libcdparanoia  (for cdparanoia ripper)
 liblame                (for lame mp3 encoder)
 libshout       (for the shoutcast plugin)
+libasound      (for the alsa src/sink plugin)
 
 for AVI playback you might want to get the windows libraries from
 http://divx.euro.ru/ and put the .dll files in /usr/lib/win32/
index 58b5a36..9de9e5f 100644 (file)
@@ -694,9 +694,9 @@ libs/putbits/Makefile
 libs/winloader/Makefile
 libs/idct/Makefile
 plugins/Makefile
-plugins/au/Makefile
 plugins/alsa/Makefile
-plugins/wav/Makefile
+plugins/au/Makefile
+plugins/audioscale/Makefile
 plugins/avi/Makefile
 plugins/avi/wincodec/Makefile
 plugins/jpeg/Makefile
@@ -726,6 +726,8 @@ plugins/mpeg1/system_encode/Makefile
 plugins/mpeg1/mpeg1encoder/Makefile
 plugins/mpeg1video/Makefile
 plugins/mpeg1video/parse/Makefile
+plugins/rtp/Makefile
+plugins/rtp/rtpsend/Makefile
 plugins/filters/Makefile
 plugins/filters/smooth/Makefile
 plugins/filters/median/Makefile
@@ -742,7 +744,7 @@ plugins/visualization/synaesthesia/Makefile
 plugins/visualization/smoothwave/Makefile
 plugins/videosink/Makefile
 plugins/videoscale/Makefile
-plugins/audioscale/Makefile
+plugins/wav/Makefile
 plugins/dvdsrc/Makefile
 plugins/vcdsrc/Makefile
 plugins/rtjpeg/Makefile