summaryrefslogtreecommitdiff
path: root/jpeg/CMakeLists.txt
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2011-02-15 15:25:53 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2011-02-15 15:25:53 +0000
commit1216e9530fe541df6b95ffa39d00df9919cee4fa (patch)
tree38f5fb51bbbd369dcd9ad33f2a7cada19ae85eff /jpeg/CMakeLists.txt
parent5d1669e2730d21e3f48739002619b3605c32ed23 (diff)
Update JPEG library to v8b.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8425 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'jpeg/CMakeLists.txt')
-rw-r--r--jpeg/CMakeLists.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/jpeg/CMakeLists.txt b/jpeg/CMakeLists.txt
index 2b41aee7c..ef1431784 100644
--- a/jpeg/CMakeLists.txt
+++ b/jpeg/CMakeLists.txt
@@ -12,22 +12,22 @@ set(systemdependent_SRCS jmemnobs.c)
# library object files common to compression and decompression
set(common_SRCS
- jcomapi.c jutils.c jerror.c jmemmgr.c
+ jaricom.c jcomapi.c jutils.c jerror.c jmemmgr.c
)
# compression library object files
set(compression_SRCS
- jcapimin.c jcapistd.c jctrans.c jcparam.c jdatadst.c jcinit.c
+ jcapimin.c jcapistd.c jcarith.c jctrans.c jcparam.c jdatadst.c jcinit.c
jcmaster.c jcmarker.c jcmainct.c jcprepct.c jccoefct.c jccolor.c
- jcsample.c jchuff.c jcphuff.c jcdctmgr.c jfdctfst.c jfdctflt.c
+ jcsample.c jchuff.c jcdctmgr.c jfdctfst.c jfdctflt.c
jfdctint.c
)
# decompression library object files
set(decompression_SRCS
- jdapimin.c jdapistd.c jdtrans.c jdatasrc.c jdmaster.c
- jdinput.c jdmarker.c jdhuff.c jdphuff.c jdmainct.c jdcoefct.c
- jdpostct.c jddctmgr.c jidctfst.c jidctflt.c jidctint.c jidctred.c
+ jdapimin.c jdapistd.c jdarith.c jdtrans.c jdatasrc.c jdmaster.c
+ jdinput.c jdmarker.c jdhuff.c jdmainct.c jdcoefct.c
+ jdpostct.c jddctmgr.c jidctfst.c jidctflt.c jidctint.c
jdsample.c jdcolor.c jquant1.c jquant2.c jdmerge.c
)