diff options
author | Xiaowen Wu <wuxiaowe@ncsa.uiuc.edu> | 2005-02-17 03:03:50 (GMT) |
---|---|---|
committer | Xiaowen Wu <wuxiaowe@ncsa.uiuc.edu> | 2005-02-17 03:03:50 (GMT) |
commit | 7b4b65be1ceffea0db89d0e7b234201d2229244a (patch) | |
tree | f38e285d19a169d1e5920aa02cefaa005f7f8259 /test | |
parent | 92173d4496ef45c01a25e74ee95d6274085ac5bf (diff) | |
download | hdf5-7b4b65be1ceffea0db89d0e7b234201d2229244a.zip hdf5-7b4b65be1ceffea0db89d0e7b234201d2229244a.tar.gz hdf5-7b4b65be1ceffea0db89d0e7b234201d2229244a.tar.bz2 |
[svn-r10025] Purpose:
New feature.
Description:
Add the scaleoffset internal library filter.
Solution:
Platforms tested:
heping, copper, arabica
Misc. update:
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile.in b/test/Makefile.in index 5a4620c..81adb05 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -156,6 +156,7 @@ TRACE_API = @TRACE_API@ USE_FILTER_DEFLATE = @USE_FILTER_DEFLATE@ USE_FILTER_FLETCHER32 = @USE_FILTER_FLETCHER32@ USE_FILTER_NBIT = @USE_FILTER_NBIT@ +USE_FILTER_SCALEOFFSET = @USE_FILTER_SCALEOFFSET@ USE_FILTER_SHUFFLE = @USE_FILTER_SHUFFLE@ USE_FILTER_SZIP = @USE_FILTER_SZIP@ VERSION = @VERSION@ |