]> source.dussan.org Git - tigervnc.git/commit
Add back in cjpeg and djpeg utilities for testing purposes
authorDRC <dcommander@users.sourceforge.net>
Thu, 25 Jun 2009 20:41:17 +0000 (20:41 +0000)
committerDRC <dcommander@users.sourceforge.net>
Thu, 25 Jun 2009 20:41:17 +0000 (20:41 +0000)
commitf8a965e1c38c41fe8d7231589ec363e3e57a7d9b
tree067fd0af986deaae23e9592bcee58c149052e29b
parent246c3d951eefc593a1aaaed807cf294ccd9e3ee9
Add back in cjpeg and djpeg utilities for testing purposes

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3859 3789f03b-4d11-0410-bbf8-ca57d06f2519
16 files changed:
common/jpeg/Makefile.am
common/jpeg/cderror.h [new file with mode: 0644]
common/jpeg/cdjpeg.c [new file with mode: 0644]
common/jpeg/cdjpeg.h [new file with mode: 0644]
common/jpeg/cjpeg.c [new file with mode: 0644]
common/jpeg/djpeg.c [new file with mode: 0644]
common/jpeg/rdbmp.c [new file with mode: 0644]
common/jpeg/rdcolmap.c [new file with mode: 0644]
common/jpeg/rdgif.c [new file with mode: 0644]
common/jpeg/rdppm.c [new file with mode: 0644]
common/jpeg/rdswitch.c [new file with mode: 0644]
common/jpeg/rdtarga.c [new file with mode: 0644]
common/jpeg/wrbmp.c [new file with mode: 0644]
common/jpeg/wrgif.c [new file with mode: 0644]
common/jpeg/wrppm.c [new file with mode: 0644]
common/jpeg/wrtarga.c [new file with mode: 0644]