aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authordcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2014-03-17 11:14:52 +0000
committerdcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2014-03-17 11:14:52 +0000
commitbfbc324cf4f51e436a2d9fbfe8785fa56f3b02aa (patch)
tree76f4c57f67d292dec9b1b3af3d9a4f3d3055e194 /Makefile.am
parent217263f6918902dff0582e6c0a6d2ff2a909e41f (diff)
Extend YUVImage class to allow reuse of the same buffer with different metadata; port TJBench changes that treat YUV encoding/decoding as an intermediate step of the JPEG compression/decompression pipeline rather than a separate test case; add YUV encode/decode tests to the Java version of tjbenchtest
git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1184 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 0e0527a..0636b28 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -330,6 +330,7 @@ tjtest:
sh ./tjbenchtest -yuv
if WITH_JAVA
sh ./tjbenchtest.java
+ sh ./tjbenchtest.java -yuv
endif