[Digikam-devel] branches/stable/extragear/graphics/digikam/libs/jpegutils

Tom Albers tomalbers at kde.nl
Mon Jan 2 18:11:32 GMT 2006


SVN commit 493608 by toma:

Restore the possibility to compile with --enable-final. Would be nice to know if some people confirmed.
CCMAIL: digikam-devel at kde.org


 M  +5 -0      transupp.cpp  


--- branches/stable/extragear/graphics/digikam/libs/jpegutils/transupp.cpp #493607:493608
@@ -21,6 +21,11 @@
 {
 #include "jinclude.h"
 #include "jpeglib.h"
+
+#ifdef KDE_USE_FINAL
+#include "jpegint.h"
+#include "jerror.h"
+#endif
 }
 #include "transupp.h"		/* My own external interface */
 



More information about the Digikam-devel mailing list