Similar to the note in the previous e-mail to get 1.0 to compile, here are notes for 1.1
a) libpostproc seems to now put itself in a folder called include/libpostproc, rather than include/postproc b) avformat.h is in include/libavformat rather than include/ffmpeg; even though I created a symlink to include/ffmpeg/avformat.h, it wasn't enough, I needed to add --with-libavformat-includes=/usr/local/include/libavformat c) all the header files from libavformat, libavutil need to be symlinked to include/ffmpeg d) quicktime import/export_mov is still not looking in the lqt/ directory e) we need to append -lmpeg2convert to -lmpeg2, for mpeg2dec f) profiles is commented out in export/Makefile g) I didn't test again, but same thing with LD_LIBRARY_PATH and lame h) also check default /usr/local/... rather than just /usr/...; also check the lib64 dirs