Compiling GStreamer On The XO

From OLPC
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

This is a work-in-progress document. Any suggestions/better ideas are much appreciated :)

This guide is based on the GStreamer Setup Page from the PiTiVi Wiki.

Getting Dependencies

su -l
yum install -y make gcc autoconf automake gettext-devel libtool cvs svn git bison bison-devel flex flex-devel glib2-devel libxml2 libxml2-devel

We also need to compile the newest liboil from source checkout:

git clone git://anongit.freedesktop.org/git/liboil

Compiling GStreamer

Once the dependencies are met, instructions on the PiTiVi GStreamer Setup Page work more-or-less the same way. This takes forever on the XO.