On Mon, 2008-03-17 at 18:00 -0400, Jacob (Jack) Gryn wrote:

Hi again!

> Similar to the note in the previous e-mail to get 1.0 to compile, here
> are notes for 1.1

Let's see :)

> 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

As far as I know, the `official' include directory for ffmpeg headers is
/usr/include/ffmpeg, because the source package install them on this
path. Doing otherwise is (should be?) a packaging decision.
We support the `official' path, and if a distro doing elsewhere, there
are the configure options as Jacob suggested above.

> d) quicktime import/export_mov is still not looking in the lqt/
> directory
> e) we need to append -lmpeg2convert to -lmpeg2, for mpeg2dec

Will be fixed 

> f) profiles is commented out in export/Makefile

That's the wanted behaviour since export profile code is still
incomplete. The user should'nt see them yet.

> 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

I'll take a deeper look at these.

Bests,

-- 
Francesco Romani // Ikitt
[ Out of memory. ~ We wish to hold the whole sky, ~ But we never will. ]

Reply via email to