Compiling GStreamer On The XO: Difference between revisions
Jump to navigation
Jump to search
(New page: This is a work-in-progress document. Any suggestions/better ideas are much appreciated :) This guide is based on the [http://www.pitivi.org/wiki/GStreamer_CVS_Setup_Page GStreamer Setup P...) |
mNo edit summary |
||
Line 4: | Line 4: | ||
=== Getting Dependencies === |
=== 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 |
yum install -y make gcc autoconf automake gettext-devel libtool cvs svn git bison bison-devel flex flex-devel glib2-devel libxml2 libxml2-devel |
||
=== Compiling GStreamer === |
=== Compiling GStreamer === |
||
Once the dependencies are met, instructions on the [http://www.pitivi.org/wiki/GStreamer_CVS_Setup_Page PiTiVi GStreamer Setup Page] work more-or-less the same way. This takes <i>forever</i> on the XO. |
Once the dependencies are met, instructions on the [http://www.pitivi.org/wiki/GStreamer_CVS_Setup_Page PiTiVi GStreamer Setup Page] work more-or-less the same way. This takes <i>forever</i> on the XO. |
Revision as of 04:59, 10 May 2008
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
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.