Menu

Tree [7c1fc3] master /
 History

HTTPS access


File Date Author Commit
 alsa 2011-04-05 Giulio Urlini Giulio Urlini [7c1fc3] Fix for build on 64 bit machines
 camera 2010-02-18 Giulio Urlini Giulio Urlini [d38057] Added support in configure for debug level
 examples 2011-03-22 Giulio Urlini Giulio Urlini [67fd0e] Added some updates for ffmpeg 0.6.1 support
 fbvideo 2010-02-18 Giulio Urlini Giulio Urlini [d38057] Added support in configure for debug level
 ffmpeg-dist 2011-04-05 Giulio Urlini Giulio Urlini [f85789] Fix for ffmpeg build on GCC 4.5
 ffmpeg-nonfree 2011-03-21 Giulio Urlini Giulio Urlini [001f52] Updated code to ffmpeg 0.6.1
 jpeg 2011-04-05 Giulio Urlini Giulio Urlini [7c1fc3] Fix for build on 64 bit machines
 mad 2010-02-18 Giulio Urlini Giulio Urlini [d38057] Added support in configure for debug level
 template_audio_components 2010-02-18 Giulio Urlini Giulio Urlini [d38057] Added support in configure for debug level
 theora 2010-02-18 Giulio Urlini Giulio Urlini [d38057] Added support in configure for debug level
 videosrc 2011-04-05 Giulio Urlini Giulio Urlini [f85789] Fix for ffmpeg build on GCC 4.5
 vorbis 2010-02-18 Giulio Urlini Giulio Urlini [d38057] Added support in configure for debug level
 xvideo 2010-02-18 Giulio Urlini Giulio Urlini [d38057] Added support in configure for debug level
 .gitignore 2009-11-18 giulio.urlini@st.com giulio.urlini@st.com [ff7c05] removed unecessary check in audio decoder
 README 2011-01-28 Giulio Urlini Giulio Urlini [f254d4] Added Ubuntu packages to be installed
 check_dist_all 2010-01-22 Giulio Urlini Giulio Urlini [003ea9] Updated compilation script for the new theora comp
 clean_all 2010-01-22 Giulio Urlini Giulio Urlini [003ea9] Updated compilation script for the new theora comp
 compile_inplace_deftarget 2010-02-01 Giulio Urlini Giulio Urlini [2738d0] added some more scripts
 compile_inplace_localtarget 2010-01-22 Giulio Urlini Giulio Urlini [003ea9] Updated compilation script for the new theora comp
 compile_remote_deftarget 2010-01-22 Giulio Urlini Giulio Urlini [003ea9] Updated compilation script for the new theora comp
 compile_remote_localtarget 2010-01-22 Giulio Urlini Giulio Urlini [003ea9] Updated compilation script for the new theora comp
 uninstall_all 2010-01-22 Giulio Urlini Giulio Urlini [003ea9] Updated compilation script for the new theora comp

Read Me

Configure options for ffmpeg compilation
./configure --enable-shared --enable-gpl --enable-nonfree --enable-libamr-nb --enable-libfaac --enable-libvorbis --enable-swscale

execution of basic compilation scripts:

compile_inplace_deftarget
	this script should be executed in the root of source directory
	and will be installed with root permission to /usr/local
	No parameter is needed

compile_inplace_localtarget
	this script should be executed in the root of source directory
	and will be installed with user permission to the location specified 
	by the parameter
	Installation path required as parameter

compile_remote_deftarget
	this script is executed in a directory different from the root of 
	source directory and will be installed with root permission 
	to /usr/local 
	Location of source code as parameter

compile_remote_localtarget
	this script is executed in a directory different from the root of 
	source directory and will be installed with user permission to the 
	location specified by the second parameter 
	Location of source code as first parameter
	Installation path required as second parameter


--------------------------------------------------------
Packages needed in Ubuntu 10.10

sudo apt-get install libasound2-dev
install and compile ffmpeg with special parameters:
./configure --enable-shared --enable-gpl --enable-nonfree --enable-libamr-nb --enable-libfaac --enable-libvorbis --enable-swscale

sudo apt-get install libjpeg8-dev
sudo apt-get install libid3tag0-dev
sudo apt-get install libmad0-dev
sudo apt-get install libvorbis-dev
sudo apt-get install libx11-dev
sudo apt-get install libxv-dev
sudo apt-get install libtheora-dev