google-code-export / ffmpegthumbnailer

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

ffmpegthumbnailer can't find ffmpeg Mac OS X 10.6 #45

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. ./configure
2. Doesn't configure. Can't find required libraries.

What is the expected output? What do you see instead?
I expect it to configure as the libraries are there.

What version of the product are you using? On what operating 
system?
Newest trunk from the svn. Mac OS X 10.6.2.

Please provide any additional information below.
I recently compiled ffmpeg without much of a hitch. I had to 
compile the svn version as the tarball was stupidly missing 
libswscale:

FFmpeg version SVN-r20783, Copyright (c) 2000-2009 Fabrice 
Bellard, et al.
  built on Dec  8 2009 22:20:43 with gcc 4.2.1 (Apple Inc. 
build 5646)
  configuration: --enable-libmp3lame --enable-shared --disable-
mmx --arch=x86_64
  libavutil     50. 5. 1 / 50. 5. 1
  libavcodec    52.43. 0 / 52.43. 0
  libavformat   52.41. 0 / 52.41. 0
  libavdevice   52. 2. 0 / 52. 2. 0
  libswscale     0. 7. 2 /  0. 7. 2

Now ffmpeg tells me that the libraries are installed and so far 
it's functioned without a hitch, however ffmpegthumbnailer 
can't find either ffmpeg or the libraries necessary for a 
successful configuration. I read through the readme and install 
documents on ffmpegthumbnailer, but it doesn't seem to tell me 
if I can implicitly tell it where its necessary files are. Is 
there something I'm missing or perhaps is this a configuration 
bug on Mac OS X?

ffmpeg is in /usr/local/bin
the rest is in /usr/local/lib

Original issue reported on code.google.com by dustinww...@gmail.com on 9 Dec 2009 at 4:54

GoogleCodeExporter commented 9 years ago
What's the output of pkg-config --cflags libavformat libavcodec libavutil 
libswscale

If it's empty doest the file /usr/local/include/libavformat/avformat.h exist?

Original comment by dirk.vdb on 12 Dec 2009 at 10:55

GoogleCodeExporter commented 9 years ago
Thanks for the reply. I ran the commands you requested.

Output of `pkg-config --cflags libavformat libavcodec libavutil 
libswscale`:

    -I/usr/local/include

It wasn't empty, but I went ahead and checked to see if `/usr/local/
include/libavformat/avformat.h` existed and it does.

Original comment by dustinww...@gmail.com on 12 Dec 2009 at 5:39

GoogleCodeExporter commented 9 years ago
Can you show me the build output?

Original comment by dirk.vdb on 12 Dec 2009 at 5:46

GoogleCodeExporter commented 9 years ago

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