]> wimlib.net Git - wimlib/blobdiff - src/lzx-compress.c
Use libdivsufsort-lite, not the full libdivsufsort
[wimlib] / src / lzx-compress.c
index 8f70abb748fbbb4ffd19c396fe0496d0d4f5f7af..308c7bf11a728548d6ef60eb3d8ab0211dc52ced 100644 (file)
  * it possible to implement this code:
  *
  * - divsufsort (author: Yuta Mori), for the suffix array construction code,
- *   located in a separate directory (divsufsort/).
+ *   located in a separate file (divsufsort.c).
  *
  * - "Linear-Time Longest-Common-Prefix Computation in Suffix Arrays and Its
  *   Applications" (Kasai et al. 2001), for the LCP array computation.