mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 19:21:06 +00:00
- Added FLAC information
Original commit message from CVS: 2001-01-07 Christian Schaller <Uraeus@linuxrising.org> - Added FLAC information
This commit is contained in:
parent
741c4985eb
commit
29c7492fed
2 changed files with 4 additions and 1 deletions
|
@ -4,7 +4,6 @@ When using GPL linked plugins GStreamer is for all practical reasons under the G
|
|||
The plugins which use a GPL library are as follows:
|
||||
cdparanoia libcdparanoia (http://www.xiph.org/paranoia/)
|
||||
aasink aalib (http://aa-project.sourceforge.net/aalib/)
|
||||
gst1394 libraw1394 (http://linux1394.sourceforge.net)
|
||||
xmms libxmms (http://www.xmms.org)
|
||||
decdvd ac3dec,mpeg2dec (http://linuxvideo.org/mpeg2dec/,http://linuxvideo.org/ac3dec/)a
|
||||
|
||||
|
@ -19,6 +18,8 @@ gnomevfssink gnome-vfs
|
|||
esdsink libesd (ftp.gnome.org/pub/GNOME/stable/sources/esound)
|
||||
icastsend libshout (http://www.icecast.org)
|
||||
lame libmp3lame (http://www.mp3dev.org/mp3/)
|
||||
gst1394 libraw1394 (http://linux1394.sourceforge.net)
|
||||
flac libFLAC (http://flac.sourceforge.net)
|
||||
|
||||
Plugins which use a BSD covered library are as follows:
|
||||
vorbisenc libogg/libvorbis (http://www.xiph.org/ogg/vorbis)
|
||||
|
|
|
@ -71,6 +71,8 @@ avifile (for the avi windows decoder plugins
|
|||
you might want to get the windows libraries
|
||||
from http://divx.euro.ru/ and put the .dll files
|
||||
in /usr/lib/win32/)
|
||||
flac (for the FLAC lossless audio format)
|
||||
http://flac.sourceforge.net
|
||||
|
||||
An extra set of tools is required if you wish to build GStreamer out of
|
||||
CVS (using autogen.sh):
|
||||
|
|
Loading…
Reference in a new issue