mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 05:59:10 +00:00
Added the RTP sink, added libasound to the REQUIREMENTS, configure.in is not yet detecting librtp...
Original commit message from CVS: Added the RTP sink, added libasound to the REQUIREMENTS, configure.in is not yet detecting librtp...
This commit is contained in:
parent
7f4abedd33
commit
f8b7dead31
2 changed files with 6 additions and 3 deletions
|
@ -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/
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue