Skip to content

Commit 62ee999

Browse files
committed
remove unneeded source files and lossless jpeg support
1 parent 47fdaa3 commit 62ee999

File tree

213 files changed

+3
-85488
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

213 files changed

+3
-85488
lines changed

modules/libjpeg_turbo/SCsub

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ thirdparty_sources_common = [
1717
"jchuff.c",
1818
"jcicc.c",
1919
"jcinit.c",
20-
"jclhuff.c",
2120
"jcmarker.c",
2221
"jcmaster.c",
2322
"jcomapi.c",
@@ -33,7 +32,6 @@ thirdparty_sources_common = [
3332
"jdhuff.c",
3433
"jdicc.c",
3534
"jdinput.c",
36-
"jdlhuff.c",
3735
"jdmarker.c",
3836
"jdmaster.c",
3937
"jdphuff.c",
@@ -54,17 +52,13 @@ thirdparty_sources_bit_dependent = [
5452
"jccoefct.c",
5553
"jccolor.c",
5654
"jcdctmgr.c",
57-
"jcdiffct.c",
58-
"jclossls.c",
5955
"jcmainct.c",
6056
"jcprepct.c",
6157
"jcsample.c",
6258
"jdcoefct.c",
6359
"jdcolor.c",
6460
"jdapistd.c",
6561
"jddctmgr.c",
66-
"jddiffct.c",
67-
"jdlossls.c",
6862
"jdmainct.c",
6963
"jdmerge.c",
7064
"jdpostct.c",
@@ -123,7 +117,7 @@ def add_bit_depth(bit_depth: int):
123117

124118
add_bit_depth(8)
125119
add_bit_depth(12)
126-
add_bit_depth(16)
120+
# add_bit_depth(16)
127121

128122
env_thirdparty = env_jpeg_turbo.Clone()
129123
env_thirdparty.disable_warnings()

thirdparty/libjpeg-turbo/README.md

Lines changed: 0 additions & 375 deletions
This file was deleted.

thirdparty/libjpeg-turbo/notes.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)