Hvordan kommer du frem til det? Er der noget lcms-kode der ikke er pakket ind i DCRAW_NOLCMS i dcraw?
/Anders On Mon, 2011-04-18 at 20:21 +0200, Klaus Post wrote: > Author: post > Date: 2011-04-18 20:21:52 +0200 (Mon, 18 Apr 2011) > New Revision: 4009 > > Modified: > trunk/plugins/load-dcraw/Makefile.am > Log: > LittleCMS is somehow still required by dcraw. > > Modified: trunk/plugins/load-dcraw/Makefile.am > =================================================================== > --- trunk/plugins/load-dcraw/Makefile.am 2011-04-13 23:50:25 UTC (rev > 4008) > +++ trunk/plugins/load-dcraw/Makefile.am 2011-04-18 18:21:52 UTC (rev > 4009) > @@ -12,7 +12,7 @@ > INCLUDES = \ > -DPACKAGE_DATA_DIR=\""$(datadir)"\" \ > -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \ > - @PACKAGE_CFLAGS@ \ > + @PACKAGE_CFLAGS@ @LCMS_CFLAGS@\ > -I$(top_srcdir)/librawstudio/ \ > -I$(top_srcdir)/ > > @@ -20,6 +20,6 @@ > > libdir = $(datadir)/rawstudio/plugins/ > > -load_dcraw_la_LIBADD = @PACKAGE_LIBS@ > +load_dcraw_la_LIBADD = @PACKAGE_LIBS@ @LCMS_LIBS@ > load_dcraw_la_LDFLAGS = -module -avoid-version > load_dcraw_la_SOURCES = dcrawloader.c dcraw.cc dcraw.h dcraw_api.cc > dcraw_api.h mmap-hack.c mmap-hack.h > > > _______________________________________________ > Rawstudio-commit mailing list > [email protected] > http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit _______________________________________________ Rawstudio-commit mailing list [email protected] http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit
