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.

This is what I finally used to get mine to compile under Mandriva 2006:

./configure \
   --with-libavcodec-includes=/usr/local/include/ffmpeg \
   --with-libavcodec-libs=/usr/lib \
   --with-libdvdread-libs=/usr/local/lib \
   --with-libmpeg2-libs=/usr/local/lib

Hope this helps.

Cheers.

Marc G. Fournier wrote:

Is there a reason why nothing is checking /usr/local?  Only /usr?

I'm having to add flags for everything to search in /usr/local, where it is all installed on FreeBSD :(

----
Marc G. Fournier Hub.Org Networking Services (http://www.hub.org) Email: [EMAIL PROTECTED] Yahoo!: yscrappy ICQ: 7615664


begin:vcard
fn:Frank Bernhardt
n:Bernhardt;Frank
org:b.c.s.i.
adr:;;14 Halton Court;Markham;ON;L3P 6R3;Canada
email;internet:[EMAIL PROTECTED]
title:President
tel;work:905-471-1691
tel;fax:905-471-3016
tel;pager:416-719-7542
tel;cell:416-540-7694
version:2.1
end:vcard

Reply via email to