On Sun, Dec 30, 2012 at 06:24:57PM +0000, Ken Moffat wrote:
> 
>  It looks as if I'll need to keep installing it to get 'tccat' for
> ripping my DVDs, but beyond that I think it is more trouble than it's
> worth.
> 
 In fact, since I only want tccat I can limit my build : this works
with ffmpeg-1.0.1 -

./configure --prefix=/usr
make -C avilib
make -C aclib
make -C libtc
make -C import tccat
strip import/tccat
install -m755 import/tccat /usr/bin/
install -m644 docs/man/tccat.1 /usr/share/man/man1/

 Configure is finding pkg-config, xorg, libavcodec, libavformat,
libdvdread and jpeg, but tccat only links to libdvdread.  So, for me
the problem is solved.

ĸen
-- 
das eine Mal als Tragödie, das andere Mal als Farce
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to