aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authordcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2013-04-26 10:33:29 +0000
committerdcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2013-04-26 10:33:29 +0000
commit16254be3d74b3e04d9292ababb494e18332dc6e0 (patch)
tree1407300d39e93f8b71042ee2dff08b46aa9c61bf /Makefile.am
parenta77edaa4a9310d630c6fa113ea163f71462b7d08 (diff)
Extend the TurboJPEG C API to support generating YUV images with arbitrary padding and to support image scaling when decompressing to YUV
git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@962 632fc199-4ca6-4c93-a231-07263d6284db
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index ade5034..67ac7c1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -205,6 +205,7 @@ endif
./tjunittest
./tjunittest -alloc
./tjunittest -yuv
+ ./tjunittest -yuv -noyuvpad
endif
./cjpeg -dct int -outfile testoutint.jpg $(srcdir)/testimages/testorig.ppm
md5/md5cmp $(MD5_JPEG_INT) testoutint.jpg