uPDF: move libjbig2dec and libopenjpeg to sdk/sources

git-svn-id: svn://kolibrios.org@8619 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
maxcodehack
2021-02-28 17:09:15 +00:00
parent bbfb3b311f
commit 9b45138bf2
88 changed files with 6 additions and 6 deletions

View File

@@ -0,0 +1,6 @@
#include <math.h>
/*
long long int lrintf(float x) {
return floor(x);
}
*/