diff options
author | Xiaowen Wu <wuxiaowe@ncsa.uiuc.edu> | 2005-02-17 02:52:21 (GMT) |
---|---|---|
committer | Xiaowen Wu <wuxiaowe@ncsa.uiuc.edu> | 2005-02-17 02:52:21 (GMT) |
commit | 065fe7bb713761c65e0ceed6c647b1be1739ee43 (patch) | |
tree | 468f7ac1ac1ff798702e8bafea2840d080386553 /doc/html/PSandPDF | |
parent | 0ecf4d24e4968623e7ec89b9f2b2436e3d52c015 (diff) | |
download | hdf5-065fe7bb713761c65e0ceed6c647b1be1739ee43.zip hdf5-065fe7bb713761c65e0ceed6c647b1be1739ee43.tar.gz hdf5-065fe7bb713761c65e0ceed6c647b1be1739ee43.tar.bz2 |
[svn-r10023] Purpose:
New feature.
Description:
Add the scaleoffset internal library filter.
Solution:
Platforms tested:
heping, copper, arabica
Misc. update:
Diffstat (limited to 'doc/html/PSandPDF')
-rw-r--r-- | doc/html/PSandPDF/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/html/PSandPDF/Makefile.in b/doc/html/PSandPDF/Makefile.in index 85f2c87..285e40f 100644 --- a/doc/html/PSandPDF/Makefile.in +++ b/doc/html/PSandPDF/Makefile.in @@ -148,6 +148,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@ |