missing JPEG::

George Talusan george at convolve.ca
Tue Dec 5 13:53:08 PST 2006


Ok, removed libjpeg-mmx-dev and compilation works.

Somethings I've noticed:

1. make install does not copy debug.h however libopenraw.h includes this
file
2. I need to run ./autogen.sh twice before makefiles are created.

I've hooked up libopenraw to gnome-raw-thumbnailer and it's really fast.

I have a 10D CRW containing a RAW+JPEG and the thumbnail enumerator
returns the large JPEG.  Is there another smaller thumbnail embeded in
the CRW?  For now I scale a GdkPixbuf and save to png.

I also have a 20D CR2 thumbnail and it has black borders and the top and
bottom.. is there a way to get rid of these?

Good stuff!


On Tue, Dec 05, 2006 at 02:55:22PM -0500, George Talusan wrote:
> On Tue, Dec 05, 2006 at 02:24:34PM -0500, Hubert Figuiere wrote:
> > I'm doing some namespacing of a C library and it works here.
> > 
> > I also use gcc 4.1.2 on Ubuntu edgy, so that's why I'm surprised that it
> > does not work for you. Even on this other Dapper box it works.
> > 
> > *sigh* I'll think again.
> 
> I found it:
> 
> george at enigma:/usr/include $ ls -l jpeglib*
> -rw-r--r-- 1 root root 46333 2004-08-14 03:16 jpeglib.h
> -rw-r--r-- 1 root root 46274 2006-06-19 15:05 jpeglib.h.real
> 
> If I change jfifcontainer.{h,cpp} to use jpeglib.h.real then the
> compilation of the demo directory works.  Most likely because .real has
> an extern "C" declaration in it whereas jpeglib.h does not.
> 
> I'm not sure which package in edgy is responsible for jpeglib.h.real.
> 
> george
> _______________________________________________
> Libopenraw-dev mailing list
> Libopenraw-dev at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/libopenraw-dev


More information about the Libopenraw-dev mailing list