Revision: 13719 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13719&view=rev Author: vszakats Date: 2010-01-26 19:38:16 +0000 (Tue, 26 Jan 2010)
Log Message: ----------- 2010-01-26 20:33 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * harbour.spec * INSTALL * external/Makefile + external/jpeg + external/jpeg/README + external/jpeg/link.txt + external/jpeg/Makefile + external/jpeg/cderror.h + external/jpeg/cdjpeg.h + external/jpeg/jaricom.c + external/jpeg/jcapimin.c + external/jpeg/jcapistd.c + external/jpeg/jcarith.c + external/jpeg/jccoefct.c + external/jpeg/jccolor.c + external/jpeg/jcdctmgr.c + external/jpeg/jchuff.c + external/jpeg/jcinit.c + external/jpeg/jcmainct.c + external/jpeg/jcmarker.c + external/jpeg/jcmaster.c + external/jpeg/jcomapi.c + external/jpeg/jconfig.h + external/jpeg/jcparam.c + external/jpeg/jcprepct.c + external/jpeg/jctrans.c + external/jpeg/jcsample.c + external/jpeg/jdapimin.c + external/jpeg/jdapistd.c + external/jpeg/jdarith.c + external/jpeg/jdatadst.c + external/jpeg/jdatasrc.c + external/jpeg/jdcoefct.c + external/jpeg/jdcolor.c + external/jpeg/jdct.h + external/jpeg/jddctmgr.c + external/jpeg/jdhuff.c + external/jpeg/jdinput.c + external/jpeg/jdmainct.c + external/jpeg/jdmarker.c + external/jpeg/jdmaster.c + external/jpeg/jdmerge.c + external/jpeg/jdpostct.c + external/jpeg/jdsample.c + external/jpeg/jdtrans.c + external/jpeg/jerror.c + external/jpeg/jerror.h + external/jpeg/jfdctflt.c + external/jpeg/jfdctfst.c + external/jpeg/jfdctint.c + external/jpeg/jidctflt.c + external/jpeg/jidctfst.c + external/jpeg/jidctint.c + external/jpeg/jinclude.h + external/jpeg/jmemansi.c + external/jpeg/jmemdos.c + external/jpeg/jmemmac.c + external/jpeg/jmemmgr.c + external/jpeg/jmemname.c + external/jpeg/jmemnobs.c + external/jpeg/jmemsys.h + external/jpeg/jmorecfg.h + external/jpeg/jpegint.h + external/jpeg/jpeglib.h + external/jpeg/jquant1.c + external/jpeg/jquant2.c + external/jpeg/jutils.c + external/jpeg/jversion.h + external/jpeg/rdbmp.c + external/jpeg/rdcolmap.c + external/jpeg/rdgif.c + external/jpeg/rdppm.c + external/jpeg/rdrle.c + external/jpeg/rdswitch.c + external/jpeg/rdtarga.c + external/jpeg/transupp.c + external/jpeg/transupp.h + external/jpeg/wrbmp.c + external/jpeg/wrgif.c + external/jpeg/wrjpgcom.c + external/jpeg/wrppm.c + external/jpeg/wrrle.c + external/jpeg/wrtarga.c + Added JPEG lib v8. Modified Paths: -------------- trunk/harbour/ChangeLog trunk/harbour/INSTALL trunk/harbour/external/Makefile trunk/harbour/harbour.spec Added Paths: ----------- trunk/harbour/external/jpeg/ trunk/harbour/external/jpeg/Makefile trunk/harbour/external/jpeg/README trunk/harbour/external/jpeg/cderror.h trunk/harbour/external/jpeg/cdjpeg.h trunk/harbour/external/jpeg/jaricom.c trunk/harbour/external/jpeg/jcapimin.c trunk/harbour/external/jpeg/jcapistd.c trunk/harbour/external/jpeg/jcarith.c trunk/harbour/external/jpeg/jccoefct.c trunk/harbour/external/jpeg/jccolor.c trunk/harbour/external/jpeg/jcdctmgr.c trunk/harbour/external/jpeg/jchuff.c trunk/harbour/external/jpeg/jcinit.c trunk/harbour/external/jpeg/jcmainct.c trunk/harbour/external/jpeg/jcmarker.c trunk/harbour/external/jpeg/jcmaster.c trunk/harbour/external/jpeg/jcomapi.c trunk/harbour/external/jpeg/jconfig.h trunk/harbour/external/jpeg/jcparam.c trunk/harbour/external/jpeg/jcprepct.c trunk/harbour/external/jpeg/jcsample.c trunk/harbour/external/jpeg/jctrans.c trunk/harbour/external/jpeg/jdapimin.c trunk/harbour/external/jpeg/jdapistd.c trunk/harbour/external/jpeg/jdarith.c trunk/harbour/external/jpeg/jdatadst.c trunk/harbour/external/jpeg/jdatasrc.c trunk/harbour/external/jpeg/jdcoefct.c trunk/harbour/external/jpeg/jdcolor.c trunk/harbour/external/jpeg/jdct.h trunk/harbour/external/jpeg/jddctmgr.c trunk/harbour/external/jpeg/jdhuff.c trunk/harbour/external/jpeg/jdinput.c trunk/harbour/external/jpeg/jdmainct.c trunk/harbour/external/jpeg/jdmarker.c trunk/harbour/external/jpeg/jdmaster.c trunk/harbour/external/jpeg/jdmerge.c trunk/harbour/external/jpeg/jdpostct.c trunk/harbour/external/jpeg/jdsample.c trunk/harbour/external/jpeg/jdtrans.c trunk/harbour/external/jpeg/jerror.c trunk/harbour/external/jpeg/jerror.h trunk/harbour/external/jpeg/jfdctflt.c trunk/harbour/external/jpeg/jfdctfst.c trunk/harbour/external/jpeg/jfdctint.c trunk/harbour/external/jpeg/jidctflt.c trunk/harbour/external/jpeg/jidctfst.c trunk/harbour/external/jpeg/jidctint.c trunk/harbour/external/jpeg/jinclude.h trunk/harbour/external/jpeg/jmemansi.c trunk/harbour/external/jpeg/jmemdos.c trunk/harbour/external/jpeg/jmemmac.c trunk/harbour/external/jpeg/jmemmgr.c trunk/harbour/external/jpeg/jmemname.c trunk/harbour/external/jpeg/jmemnobs.c trunk/harbour/external/jpeg/jmemsys.h trunk/harbour/external/jpeg/jmorecfg.h trunk/harbour/external/jpeg/jpegint.h trunk/harbour/external/jpeg/jpeglib.h trunk/harbour/external/jpeg/jquant1.c trunk/harbour/external/jpeg/jquant2.c trunk/harbour/external/jpeg/jutils.c trunk/harbour/external/jpeg/jversion.h trunk/harbour/external/jpeg/link.txt trunk/harbour/external/jpeg/rdbmp.c trunk/harbour/external/jpeg/rdcolmap.c trunk/harbour/external/jpeg/rdgif.c trunk/harbour/external/jpeg/rdppm.c trunk/harbour/external/jpeg/rdrle.c trunk/harbour/external/jpeg/rdswitch.c trunk/harbour/external/jpeg/rdtarga.c trunk/harbour/external/jpeg/transupp.c trunk/harbour/external/jpeg/transupp.h trunk/harbour/external/jpeg/wrbmp.c trunk/harbour/external/jpeg/wrgif.c trunk/harbour/external/jpeg/wrjpgcom.c trunk/harbour/external/jpeg/wrppm.c trunk/harbour/external/jpeg/wrrle.c trunk/harbour/external/jpeg/wrtarga.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour