mirror of
https://github.com/simtactics/mysimulation.git
synced 2025-07-14 10:11:58 -04:00
clean up, added the deps to the repo since the version matters
This commit is contained in:
parent
88430a890a
commit
51a2a68f05
364 changed files with 155261 additions and 626 deletions
38
library/deps/libjpeg-turbo/turbojpeg-mapfile
Normal file
38
library/deps/libjpeg-turbo/turbojpeg-mapfile
Normal file
|
@ -0,0 +1,38 @@
|
|||
TURBOJPEG_1.0
|
||||
{
|
||||
global:
|
||||
tjInitCompress;
|
||||
tjCompress;
|
||||
TJBUFSIZE;
|
||||
tjInitDecompress;
|
||||
tjDecompressHeader;
|
||||
tjDecompress;
|
||||
tjDestroy;
|
||||
tjGetErrorStr;
|
||||
local:
|
||||
*;
|
||||
};
|
||||
|
||||
TURBOJPEG_1.1
|
||||
{
|
||||
global:
|
||||
TJBUFSIZEYUV;
|
||||
tjDecompressHeader2;
|
||||
tjDecompressToYUV;
|
||||
tjEncodeYUV;
|
||||
} TURBOJPEG_1.0;
|
||||
|
||||
TURBOJPEG_1.2
|
||||
{
|
||||
global:
|
||||
tjAlloc;
|
||||
tjBufSize;
|
||||
tjBufSizeYUV;
|
||||
tjCompress2;
|
||||
tjDecompress2;
|
||||
tjEncodeYUV2;
|
||||
tjFree;
|
||||
tjGetScalingFactors;
|
||||
tjInitTransform;
|
||||
tjTransform;
|
||||
} TURBOJPEG_1.1;
|
Loading…
Add table
Add a link
Reference in a new issue