mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Stop building parts of libjpeg we don't need.
This commit is contained in:
parent
572302d4d4
commit
8746c9d371
@ -520,7 +520,6 @@ if (NOT TARGET dlib)
|
|||||||
external/libjpeg/jcparam.c
|
external/libjpeg/jcparam.c
|
||||||
external/libjpeg/jcprepct.c
|
external/libjpeg/jcprepct.c
|
||||||
external/libjpeg/jcsample.c
|
external/libjpeg/jcsample.c
|
||||||
external/libjpeg/jctrans.c
|
|
||||||
external/libjpeg/jdapimin.c
|
external/libjpeg/jdapimin.c
|
||||||
external/libjpeg/jdapistd.c
|
external/libjpeg/jdapistd.c
|
||||||
external/libjpeg/jdarith.c
|
external/libjpeg/jdarith.c
|
||||||
@ -537,37 +536,18 @@ if (NOT TARGET dlib)
|
|||||||
external/libjpeg/jdmerge.c
|
external/libjpeg/jdmerge.c
|
||||||
external/libjpeg/jdpostct.c
|
external/libjpeg/jdpostct.c
|
||||||
external/libjpeg/jdsample.c
|
external/libjpeg/jdsample.c
|
||||||
external/libjpeg/jdtrans.c
|
|
||||||
external/libjpeg/jerror.c
|
external/libjpeg/jerror.c
|
||||||
external/libjpeg/jerror.h
|
|
||||||
external/libjpeg/jfdctflt.c
|
external/libjpeg/jfdctflt.c
|
||||||
external/libjpeg/jfdctfst.c
|
external/libjpeg/jfdctfst.c
|
||||||
external/libjpeg/jfdctint.c
|
external/libjpeg/jfdctint.c
|
||||||
external/libjpeg/jidctflt.c
|
external/libjpeg/jidctflt.c
|
||||||
external/libjpeg/jidctfst.c
|
external/libjpeg/jidctfst.c
|
||||||
external/libjpeg/jidctint.c
|
external/libjpeg/jidctint.c
|
||||||
external/libjpeg/jinclude.h
|
|
||||||
external/libjpeg/jmemmgr.c
|
external/libjpeg/jmemmgr.c
|
||||||
external/libjpeg/jmemnobs.c
|
external/libjpeg/jmemnobs.c
|
||||||
external/libjpeg/jpegtran.c
|
|
||||||
external/libjpeg/jquant1.c
|
external/libjpeg/jquant1.c
|
||||||
external/libjpeg/jquant2.c
|
external/libjpeg/jquant2.c
|
||||||
external/libjpeg/jutils.c
|
external/libjpeg/jutils.c
|
||||||
external/libjpeg/rdbmp.c
|
|
||||||
external/libjpeg/rdcolmap.c
|
|
||||||
external/libjpeg/rdgif.c
|
|
||||||
external/libjpeg/rdjpgcom.c
|
|
||||||
external/libjpeg/rdppm.c
|
|
||||||
external/libjpeg/rdrle.c
|
|
||||||
external/libjpeg/rdswitch.c
|
|
||||||
external/libjpeg/rdtarga.c
|
|
||||||
external/libjpeg/transupp.c
|
|
||||||
external/libjpeg/wrbmp.c
|
|
||||||
external/libjpeg/wrgif.c
|
|
||||||
external/libjpeg/wrjpgcom.c
|
|
||||||
external/libjpeg/wrppm.c
|
|
||||||
external/libjpeg/wrrle.c
|
|
||||||
external/libjpeg/wrtarga.c
|
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
set(source_files ${source_files}
|
set(source_files ${source_files}
|
||||||
|
Loading…
Reference in New Issue
Block a user