Skip to content

Commit

Permalink
Renamed bzip2-1.0.4 to bzip2.
Browse files Browse the repository at this point in the history
  • Loading branch information
kratz00 committed Mar 28, 2010
1 parent 89c016e commit e9d25a6
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -180,7 +180,7 @@ SET(ZLIB_SRCS
${ZLIB_DIR}/zutil.c
)

SET(BZLIB_DIR bzip2-1.0.4)
SET(BZLIB_DIR bzip2)
SET(BZLIB_SRCS
${BZLIB_DIR}/blocksort.c
${BZLIB_DIR}/huffman.c
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion fileio.c
Expand Up @@ -234,7 +234,7 @@ static MojoInput *make_gzip_input(MojoInput *origio)

#if SUPPORT_BZIP2

#include "bzip2-1.0.4/bzlib.h"
#include "bzip2/bzlib.h"

#define BZIP2_READBUFSIZE (128 * 1024)

Expand Down

0 comments on commit e9d25a6

Please sign in to comment.