google-code-export / ffmpegthumbnailer

Automatically exported from code.google.com/p/ffmpegthumbnailer
GNU General Public License v2.0
1 stars 1 forks source link

problem while configuring #44

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
While i have already installed ffmpeg (centos) i get some headers missing.
I cannot figure out the exact problem though i also include the path that
the headers are located. I have downloaded the last revision from the svn.
I also uploaded a file with the whole configure output. Thanks!!!

checking for FFMPEG... yes
checking ffmpeg/avcodec.h usability... no
checking ffmpeg/avcodec.h presence... no
checking for ffmpeg/avcodec.h... no
checking ffmpeg/avformat.h usability... no
checking ffmpeg/avformat.h presence... no
checking for ffmpeg/avformat.h... no
checking ffmpeg/avutil.h usability... no
checking ffmpeg/avutil.h presence... no
checking for ffmpeg/avutil.h... no
checking ffmpeg/swscale.h usability... no
checking ffmpeg/swscale.h presence... no
checking for ffmpeg/swscale.h... no
checking for PNG... no
checking jpeglib.h usability... no
checking jpeglib.h presence... no
checking for jpeglib.h... no
./configure: line 16095: test: =: unary operator expected
configure: pkgconfig directory is ${libdir}/pkgconfig

Original issue reported on code.google.com by kostisa...@gmail.com on 8 Dec 2009 at 10:19

Attachments:

GoogleCodeExporter commented 9 years ago
Make sure you have the development packages for ffmpeg installed. Also for 
jpeglib
and libpng.

Original comment by dirk.vdb on 8 Dec 2009 at 10:26

GoogleCodeExporter commented 9 years ago

Original comment by dirk.vdb on 13 Jan 2010 at 2:28