Re: [osol-discuss] Anyone compile ffmpegthumbnailer on opensolaris

2009-03-27 Thread Andre Lue
My install path is /opt/mediatomb and the pkg-config cmd as run by configure sees them (/opt/mediatomb/usr/include/libavcodec/avcodec.h etc) avcodec.h etc) fine but some other check is failing. moviedecoder.h/c has 2 paths. One seems to secondary /usr/include/ffmpeg/avcodec.h ffmpeg symlink

[osol-discuss] Anyone compile ffmpegthumbnailer on opensolaris

2009-03-26 Thread Andre Lue
Has anyone had any luck compiling ffmpegthumbnailer on opensolaris. I have tried the svn ver 1.4, 1.5 all failing with the same error. Don't know what the problem is because the pkg-config find all the lib* but configure ends not finding any. Here are my compile settings cat inc.sh

Re: [osol-discuss] Anyone compile ffmpegthumbnailer on opensolaris

2009-03-26 Thread Martin Bochnig
On Fri, Mar 27, 2009 at 4:26 AM, Andre Lue sik3...@yahoo.com wrote: Has anyone had any luck compiling ffmpegthumbnailer on opensolaris. I have tried the svn ver 1.4, 1.5 all failing with the same error. Don't know what the problem is because the pkg-config  find all the lib* but configure

Re: [osol-discuss] Anyone compile ffmpegthumbnailer on opensolaris

2009-03-26 Thread Martin Bochnig
On Fri, Mar 27, 2009 at 5:48 AM, Martin Bochnig mar...@martux.org wrote: On Fri, Mar 27, 2009 at 4:26 AM, Andre Lue sik3...@yahoo.com wrote: [...] Ok, include files are also searched via --includedir=${pre}/include CFLAGS=-I/opt/mediatomb/include . But otherwise the same applies. Look where

Re: [osol-discuss] Anyone compile ffmpegthumbnailer on opensolaris

2009-03-26 Thread Tim Scanlon
One potential problem is that you have things installed in places other than where you're looking for them with pkg-config, and configure is getting mixed up... I use this a lot, and tweak it to be smaller depending on what I'm doing: