diff options
author | Christian Schaller <uraeus@gnome.org> | 2001-07-01 11:16:31 +0000 |
---|---|---|
committer | Christian Schaller <uraeus@gnome.org> | 2001-07-01 11:16:31 +0000 |
commit | 29c7492fede9cf478c87b2a2c962eec218abc4fe (patch) | |
tree | f867e428953eb1edf67361854d158c36bc6e8294 | |
parent | 741c4985eb40a8f845ac4e907bce323638a5a710 (diff) |
- Added FLAC information
Original commit message from CVS:
2001-01-07 Christian Schaller <Uraeus@linuxrising.org>
- Added FLAC information
-rw-r--r-- | LICENSE_readme | 3 | ||||
-rw-r--r-- | REQUIREMENTS | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/LICENSE_readme b/LICENSE_readme index 607a79f764..6ac10eaba9 100644 --- a/LICENSE_readme +++ b/LICENSE_readme @@ -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) diff --git a/REQUIREMENTS b/REQUIREMENTS index 983087fa90..7f0d7e7891 100644 --- a/REQUIREMENTS +++ b/REQUIREMENTS @@ -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): |