meson: Add a subproject fallback for x264
[platform/upstream/gst-plugins-ugly.git] / REQUIREMENTS
1 GStreamer uses a *large* array of tools and libraries, most of which are
2 optional.  We have attempted to make sure that any code that depends on
3 optional libraries doesn't get built unless you have those libraries.  If
4 you find this not to be the case, please, let us know by filing a bug
5 report at http://bugzilla.gnome.org/.
6
7
8 Required tools:
9 ===============
10
11 An extra set of tools is required if you wish to build GStreamer out of
12 git (using autogen.sh):
13
14 autoconf 2.52 or better 
15 automake 1.5
16 gettext 0.11.5
17 libtool v1.4 or better
18 pkgconfig 0.9.0 or better (http://www.freedesktop.org/software/pkgconfig/)
19
20 Required libraries:
21 ===================
22
23 The core GStreamer libraries. See the gstreamer/ module in GStreamer cvs, or
24 the version that corresponds to this plugin release.
25
26 Optional libraries:
27 ===================
28
29 This file lists supporting libraries for which gst-plugins contains plugins,
30 as well as their minimum version.  You can find the corresponding plugins in
31 ext/(library)
32
33 a52dec          (for the a52dec AC-3 decoder)
34                         http://liba52.sourceforge.net/
35 opencore-amr (for the AMR-NB decoder and encoder and the AMR-WB decoder)
36                         http://sourceforge.net/projects/opencore-amr/
37 libdvdread      (for the dvdreadsrc)
38                         http://www.dtek.chalmers.se/groups/dvd/
39                         (optional: libcss for encrypted DVDs)
40 mpeg2dec        (for mpeg2 related plugins and dvd playback)
41                         http://libmpeg2.sourceforge.net/
42 liborc          (for the liborc optimization library)
43                         http://code.entropywave.com/download/orc/
44 cdio            (for the cdio CDDA CD audio source)
45                         http://savannah.gnu.org/projects/libcdio/
46 x264            (for the x264enc H.264 encoder)
47                         http://www.videolan.org/developers/x264.html
48 sidplay         FIXME