1.- Make sure gcc is installed
install gcc if needed
2.- Make sure the yokes are installed
install yams if needed
download from http://www.tortall.net/projects/yasm/releases/yasm-1.2.0.tar.gz
unzip, untar in local dir
add the path
3.- , GNU Make
Installed if required
4.- , grep
e.g. by aliasing grep to /usr/sfw/bin/ggrep if you have the Sun Freeware package installed
5.- : http://ffmpeg.org/releases/ffmpeg-1.0.tar.gz
a.- unzip, untar in local dir
b.- edit configure
1.- replace awk by nawk
2.- follow the patch configuration from https:
Some details about the reasons here : http:
Be careful the line numbers are not valid for version 1.0
place the modifications suggested accordingly
c.- #./configure
d.- # gmake
Noël Jaffré