Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 1679 → Rev 1680

/programs/develop/libraries/ffmpeg/Readme
0,0 → 1,17
 
1)Download Newlib from http://code.google.com/p/kolibri-pe/downloads/detail?name=libc.7z
Type svn co svn://svn.ffmpeg.org/ffmpeg/branches/0.6 ffmpeg-0.6
to install ffmpeg-0.6 branch. Apply patch.
 
2) Type './configure' to create the configuration. A list of configure
options is printed by running 'configure --help'.
Known working configuration:
./configure --disable-shared --enable-static --disable-network --disable-debug --enable-memalign-hack --extra-cflags=-fno-builtin-printf --extra-cflags=-fno-common --disable-protocol=pipe --disable-encoders --enable-gpl --extra-cflags=-I<path to newlib includes> --disable-ffplay --disable-vdpau --enable-hardcoded-tables --disable-devices
 
'configure' can be launched from a directory different from the FFmpeg
sources to build the objects out of tree. To do this, use an absolute
path when launching 'configure', e.g. '/ffmpegdir/ffmpeg/configure'.
 
You can manually change some options in resulted config.h and config.mak.
 
3) Then type 'make' to build FFmpeg. GNU Make 3.81 or later is required.