links
links -force-html -no-connect 1 -no-numbering 1 -no-references 1 -dump 0 /tmp/tst.html
ffmpeg
./configure --enable-mp3lame --enable-amr_nb --enable-amr_nb-fixed --enable-amr_wb --enable-a52 --enable-gpl --extra-cflags=-I/usr/local/include/ --extra-ldflags=-L/usr/local/lib/
Now, once everything is in place, I'll need to edit libavcodec/amr/makefile.
Edit the makefile and change the CFLAGS (around line 68), change it with
CFLAGS = -Wall -DMMS_IO -I. $(CFLAGS_$(MODE)) -D$(VAD)
subversion (fully static) + custom apr
get,compile install apr-0.9 / apr-util-0.9 (for example --prefix /home/truc/apr)
and after download the latest subversion and configure :
./configure --enable-all-static --with-apr=/home/truc/apr/ --with-apr-util=/home/truc/apr/