Code Monkey home page Code Monkey logo

Comments (13)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 21, 2024
It appears you don't have the development files for libjpeg installed. 
Configure can
not find the jpeglib.h file in your include path.

Original comment by dirk.vdb on 1 Jan 2009 at 10:16

  • Changed state: Invalid

from ffmpegthumbnailer.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 21, 2024
Sorry to sound like an idiot but... the file jpeglib.h is in this directory on 
my computer... /sw/include/

How do I modify the ./configure command to look there for this file...

Original comment by [email protected] on 1 Jan 2009 at 10:50

from ffmpegthumbnailer.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 21, 2024
Try this:

./configure --includedir=/sw/include

Original comment by dirk.vdb on 1 Jan 2009 at 11:05

from ffmpegthumbnailer.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 21, 2024
This also happened to me. (Mac OS X 10.5.6) All dependencies installed with 
fink.
(libjpeg 6b-17)

./configure --includedir=/sw/include

Still results in:

checking for ANSI C header files... (cached) yes
checking for inttypes.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking jpeglib.h usability... no
checking jpeglib.h presence... no
checking for jpeglib.h... no
configure: error: Missing headers required to compile ffmpegthumbnailer

Original comment by [email protected] on 11 Jan 2009 at 12:33

from ffmpegthumbnailer.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 21, 2024
Make sure jpeglib.h is in your include directory

Original comment by dirk.vdb on 11 Jan 2009 at 12:46

from ffmpegthumbnailer.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 21, 2024
It is:

/sw/include/jpeglib.h

Original comment by [email protected] on 12 Jan 2009 at 12:49

from ffmpegthumbnailer.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 21, 2024
Well, this beats me. If the file is there and you supply the include path it 
should
definitely find it. Permission issue? 

Original comment by dirk.vdb on 12 Jan 2009 at 8:55

from ffmpegthumbnailer.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 21, 2024
I do not think so;

sudo ./configure --includedir=/sw/include

also fails.

Original comment by [email protected] on 12 Jan 2009 at 12:46

from ffmpegthumbnailer.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 21, 2024
Use macports and install libpng and make sure you have ffmpeg installed with 
the appropriate variants (gpl, 
lame, x264, xvid, avfilter).



Original comment by [email protected] on 10 Feb 2009 at 9:44

from ffmpegthumbnailer.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 21, 2024
I have installed all of these things using fink.  I do not use macports.

Original comment by [email protected] on 10 Feb 2009 at 10:22

from ffmpegthumbnailer.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 21, 2024
[deleted comment]

from ffmpegthumbnailer.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 21, 2024
I found that this helped a lot when I was banging my head against a wall with 
this...

http://www.ayman-naaman.net/2008/12/28/the-peoples-build/

I haven't tried the suggested flags through the fink installation but instead 
of /opt/local/ using sw/ should work, 
all the packages are there.

Original comment by [email protected] on 10 Mar 2009 at 2:38

from ffmpegthumbnailer.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 21, 2024
I got it to work with the following;

svn checkout http://ffmpegthumbnailer.googlecode.com/svn/trunk/ 
ffmpegthumbnailer; cd
ffmpegthumbnailer; ./autogen.sh; env CPPFLAGS='-I/sw/include' 
LDFLAGS='-L/sw/lib'
PKG_CONFIG='/sw/bin/pkg-config' PKG_CONFIG_PATH='/sw/lib/pkgconfig' ./configure;
make; sudo make install

You do have to be careful that you have the correct dev packages installed or 
it will
tell you that you do not have ffmpeg.

Original comment by [email protected] on 10 Mar 2009 at 10:53

from ffmpegthumbnailer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.