* updated libjpeg to version 8, as the previous version on trunk didn't look like version 7, the merge wasn't usable. I modified jpeglib.h to have the JPEGTranslator built.
* added libjpeg to AboutSystem * JPEGTranslator now uses the shared library libjpeg.so git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35312 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1212,6 +1212,13 @@ AboutView::_CreateCreditsView()
|
||||
"Randers-Pehrson."));
|
||||
// TODO: License!
|
||||
|
||||
// libjpeg copyrights
|
||||
_AddPackageCredit(PackageCredit("libjpeg")
|
||||
.SetCopyright(COPYRIGHT_STRING " 1994-2009, Thomas G. Lane,"
|
||||
" Guido Vollbeding. This software is based in part on the "
|
||||
"work of the Independent JPEG Group"));
|
||||
// TODO: License!
|
||||
|
||||
// libprint copyrights
|
||||
_AddPackageCredit(PackageCredit("libprint")
|
||||
.SetCopyright(COPYRIGHT_STRING
|
||||
|
||||
Reference in New Issue
Block a user