> -----Original Message----- > From: Francesco Romani [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 18, 2008 3:01 AM > To: transcode Developers Mailing List > Subject: Re: [transcode-devel] Trying now with 1.1 cvs > > > 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.
I downloaded the latest snapshot from http://ffmpeg.mplayerhq.hu/ffmpeg-export-snapshot.tar.bz2 onto a machine that never had ffmpeg on it before. It appears to me that that's an official source of the latest build. It doesn't seem to put much in the ffmpeg directory. > > > 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. Umm, as a result, there's an error when I do 'make install', since it tries to copy the profiles to their directory. That line should also be commented out of the 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 > > 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. > ] >