LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   ffmpegthumbnailer - ./configure fails (https://www.linuxquestions.org/questions/debian-26/ffmpegthumbnailer-configure-fails-671221/)

Orangutanklaus 09-20-2008 09:30 AM

ffmpegthumbnailer - ./configure fails
 
Aloha!

I want to add an extra thumbnail feature to mediatomb for my PS3 but it requires ffmpegthumbnailer. Well, I thought I've installed all necessary requirements for ffmpegthumbnailer but when I start the configure-script it stops with the message:

...
checking jpeglib.h usability... yes
checking jpeglib.h presence... yes
checking for jpeglib.h... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for FFMPEG... no
configure: error: +Could not find ffmpeg. Please update PKG_CONFIG_PATH to point at location of ffmpeg pkgconfig files directory.


ffmpeg ist installed so what does this message mean?

I've add the configure.log here.
System: Debian Etch 2.6.26

Thanks in advance
OK

johnson_steve 09-20-2008 09:57 AM

Quote:

Originally Posted by Orangutanklaus (Post 3286437)
ffmpeg ist installed so what does this message mean?
OK

That ffmpeg isn't installed.

your going to need it. install ffmpeg first then try again.

Orangutanklaus 09-20-2008 11:17 AM

It looks like ffmpeg, it's listed as ffmpeg and it works like ffmpeg. What could it be? Sorry, but when I wrote it's installed, then I don't expect an answer like yours.

No harm meant! ;)
OK

johnson_steve 09-20-2008 11:28 AM

ffmpeg is installed?
perhaps configure just can't find it. post the output of 'which ffmpeg'

eniot 11-17-2008 03:58 PM

Hi,

I have the same error and my ffmpeg is already installed !!

Someonelse have solution ???

Orangutanklaus 11-18-2008 11:38 AM

Hi eniot.

I'm answering here because (WTF) I can't find the private message menu to reply to you. (rofl)

No, I didn't resolve this problem yet.

Regards
OK

colucix 11-18-2008 12:19 PM

You have to install the development ffmpeg files (headers and libraries). In Debian these are splitted in 4 different packages: libavutil-dev, libavcodec-dev, libswscale-dev and libavformat-dev. You can see these requirements also in the config.log:
Code:

configure:16027: $? = 1
No package 'libavutil' found
No package 'libavformat' found
No package 'libavcodec' found
No package 'libswscale' found
configure:16054: result: no
configure:16056: error:  +Could not find ffmpeg. Please update
PKG_CONFIG_PATH to point at location of ffmpeg pkgconfig files directory.


Orangutanklaus 11-18-2008 04:35 PM

Thanks for your help. I've added the missing packages but now it seems that ffmpegthumbnailer requires older versions of these packages than installed. (???)

PHP Code:

configure:16001checking for FFMPEG
configure
:16008$PKG_CONFIG --exists --print-errors "libavutil libavformat libavcodec libswscale"
Package 'libswscale' requires 'libavutil = 49.4.0' but version of libavutil is 49.10.0
configure
:16011: $? = 1
configure
:16024$PKG_CONFIG --exists --print-errors "libavutil libavformat libavcodec libswscale"
Package 'libswscale' requires 'libavutil = 49.4.0' but version of libavutil is 49.10.0
configure
:16027: $? = 1
Package 
'libswscale' requires 'libavutil = 49.4.0' but version of libavutil is 49.10.0
configure
:16054resultno
configure
:16056error:  +Could not find ffmpegPlease update PKG_CONFIG_PATH to point at location of ffmpeg pkgconfig files directory

Regards
OK


All times are GMT -5. The time now is 02:24 AM.