Blame REQUIREMENTS

Packit 29ef81
GStreamer uses a *large* array of tools and libraries, most of which are
Packit 29ef81
optional.  We have attempted to make sure that any code that depends on
Packit 29ef81
optional libraries doesn't get built unless you have those libraries.  If
Packit 29ef81
you find this not to be the case, please, let us know by filing a bug
Packit 29ef81
report at http://bugzilla.gnome.org/.
Packit 29ef81
Packit 29ef81
Packit 29ef81
Required tools:
Packit 29ef81
===============
Packit 29ef81
Packit 29ef81
An extra set of tools is required if you wish to build GStreamer out of
Packit 29ef81
git (using autogen.sh):
Packit 29ef81
Packit 29ef81
autoconf 2.52 or better 
Packit 29ef81
automake 1.5
Packit 29ef81
gettext 0.11.5
Packit 29ef81
libtool v1.4 or better
Packit 29ef81
pkgconfig 0.9.0 or better (http://www.freedesktop.org/software/pkgconfig/)
Packit 29ef81
Packit 29ef81
Required libraries:
Packit 29ef81
===================
Packit 29ef81
Packit 29ef81
The core GStreamer libraries. See the gstreamer/ module in GStreamer cvs, or
Packit 29ef81
the version that corresponds to this plugin release.
Packit 29ef81
Packit 29ef81
Optional libraries:
Packit 29ef81
===================
Packit 29ef81
Packit 29ef81
This file lists supporting libraries for which gst-plugins contains plugins,
Packit 29ef81
as well as their minimum version.  You can find the corresponding plugins in
Packit 29ef81
ext/(library)
Packit 29ef81
Packit 29ef81
a52dec		(for the a52dec AC-3 decoder)
Packit 29ef81
			http://liba52.sourceforge.net/
Packit 29ef81
opencore-amr (for the AMR-NB decoder and encoder and the AMR-WB decoder)
Packit 29ef81
			http://sourceforge.net/projects/opencore-amr/
Packit 29ef81
libdvdread	(for the dvdreadsrc)
Packit 29ef81
			http://www.dtek.chalmers.se/groups/dvd/
Packit 29ef81
			(optional: libcss for encrypted DVDs)
Packit 29ef81
mpeg2dec	(for mpeg2 related plugins and dvd playback)
Packit 29ef81
			http://libmpeg2.sourceforge.net/
Packit 29ef81
liborc		(for the liborc optimization library)
Packit 29ef81
			http://code.entropywave.com/download/orc/
Packit 29ef81
cdio		(for the cdio CDDA CD audio source)
Packit 29ef81
			http://savannah.gnu.org/projects/libcdio/
Packit 29ef81
x264		(for the x264enc H.264 encoder)
Packit 29ef81
			http://www.videolan.org/developers/x264.html
Packit 29ef81
sidplay		FIXME