tce-load -i gstreamer-dev gobject-introspection-dev perl5 gtk3-dev libvorbis-dev libtheora-dev alsa-dev iso-codes cdparanoia-dev

cd gst-plugins-base-1.4.5

CC="gcc -mtune=generic -Os -pipe" CXX="g++ -mtune=generic -Os -pipe -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local --disable-static --localstatedir=/var --libexecdir=/usr/local/lib

find . -name Makefile -type f -exec sed -i 's/-O2//g' {} \;

make
sudo make install

configure: *** Plug-ins without external dependencies that will be built:
	adder
	app
	audioconvert
	audiorate
	audioresample
	audiotestsrc
	encoding
	gio
	playback
	subparse
	tcp
	typefind
	videoconvert
	videorate
	videoscale
	videotestsrc
	volume

configure: *** Plug-ins without external dependencies that will NOT be built:

configure: *** Plug-ins that have NOT been ported:

configure: *** Plug-ins with dependencies that will be built:
	alsa
	cdparanoia
	ogg
	pango
	theora
	vorbis
	ximagesink
	xvimagesink

configure: *** Plug-ins with dependencies that will NOT be built:
	ivorbisdec
	libvisual

configure: *** Orc acceleration disabled.  Requires Orc >= 0.4.18, which was
               not found.  Slower code paths will be used.
