* add missing description for pasjpeg

git-svn-id: trunk@29230 -
This commit is contained in:
Tomas Hajny 2014-12-08 23:11:28 +00:00
parent 63ba5f7c56
commit 4f411386f0

View File

@ -14,6 +14,7 @@ begin
P:=AddPackage('pasjpeg');
P.ShortName:='pjp';
P.Description := 'Pascal port of JPEG (.JPG) image format handling library from IJG.';
{$ifdef ALLPACKAGES}
P.Directory:=ADirectory;
{$endif ALLPACKAGES}