On Thursday 05 August 2010 11:56:52 Alberto Villa wrote:
> On Thursday 29 July 2010 07:00:51 Dan Dennedy wrote:
> >     Read EXIF info inside MLT, based on jpegexiforient
> 
> other projects include <libexif/exif-data.h> instead of just <exif-
> data.h>... may i suggest doing the same (patch attached)?

oops... updated patch
-- 
Alberto Villa, FreeBSD committer <avi...@freebsd.org>
http://people.FreeBSD.org/~avilla

Wonder is the feeling of a philosopher,
and philosophy begins in wonder.
                Socrates, quoting Plato
--- /tmp/qimage_wrapper.cpp	2010-08-05 12:07:54.399807360 +0200
+++ ../mlt/current/src/modules/qimage/qimage_wrapper.cpp	2010-08-05 11:57:36.413196752 +0200
@@ -43,7 +43,7 @@
 #endif
 
 #ifdef USE_EXIF
-#include <exif-data.h>
+#include <libexif/exif-data.h>
 #endif
 
 #include <cmath>
--- /tmp/producer_pixbuf.c	2010-08-05 12:00:26.192413974 +0200
+++ ../mlt/current/src/modules/gtk2/producer_pixbuf.c	2010-08-05 12:02:53.494890829 +0200
@@ -27,7 +27,7 @@
 #include "config.h"
 
 #ifdef USE_EXIF
-#include <exif-data.h>
+#include <libexif/exif-data.h>
 #endif
 
 #include <stdio.h>

Attachment: signature.asc
Description: This is a digitally signed message part.

------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
_______________________________________________
Mlt-devel mailing list
Mlt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mlt-devel

Reply via email to