Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | Download | RSS feed

  1.  
  2. 1)Download Newlib from http://code.google.com/p/kolibri-pe/downloads/detail?name=libc.7z
  3. Type svn co svn://svn.ffmpeg.org/ffmpeg/branches/0.6 ffmpeg-0.6
  4. to install ffmpeg-0.6 branch. Apply patch.
  5.  
  6. 2) Type './configure' to create the configuration. A list of configure
  7. options is printed by running 'configure --help'.
  8. Known working configuration:
  9. ./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
  10.  
  11. 'configure' can be launched from a directory different from the FFmpeg
  12. sources to build the objects out of tree. To do this, use an absolute
  13. path when launching 'configure', e.g. '/ffmpegdir/ffmpeg/configure'.
  14.  
  15. You can manually change some options in resulted config.h and config.mak.
  16.  
  17. 3) Then type 'make' to build FFmpeg. GNU Make 3.81 or later is required.
  18.