On Wed, May 10, 2006 at 10:04:44AM -0400, Frank S. Bernhardt wrote: > Marc > > I believe if you read the INSTALL docs it mentions something about that. > I had the same problem when I compiled mine; it took me quite some time > to sort out which libraries are where. > > It all comes down to how you (or if you're using pre-built binaries the > original builders) built everything. By default transcode looks in /usr > not in /usr/local. Unfortunately a lot (if not all) the supporting > modules intall into /usr/local.
the installation directory can be set at compile time for most software. /usr exists on almost all systems. optional packages can be installed into /usr/local, /usr/pkg, /opt, /whatever. I don't see the point in checking these other locations. besides, it's not that hard to set CPPFLAGS and LDFLAGS as in my other email. > This is what I finally used to get mine to compile under Mandriva 2006: > > ./configure \ > --with-libavcodec-includes=/usr/local/include/ffmpeg \ really? you have /usr/local/include/ffmpeg/ffmpeg/avcodec.h? or is it /usr/local/include/ffmpeg/avcodec.h? in the later case, you want --with-libavcodec-includes=/usr/local/include. -- <[EMAIL PROTECTED]>