Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
4kills committed Jul 2, 2020
2 parents 7c8edf0 + 5bf48b2 commit f39b33b
Show file tree
Hide file tree
Showing 30 changed files with 3 additions and 13,455 deletions.
2 changes: 1 addition & 1 deletion native/compressor.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package native
#cgo CFLAGS: -I/zlib/
#cgo LDFLAGS: ${SRCDIR}/libs/libz.a
#include "zlib/zlib.h"
#include "zlib.h"
// I have no idea why I have to wrap just this function but otherwise cgo won't compile
int defInit2(z_stream* s, int lvl, int method, int windowBits, int memLevel, int strategy) {
Expand Down
2 changes: 1 addition & 1 deletion native/decompressor.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package native
#cgo CFLAGS: -I/zlib/
#cgo LDFLAGS: ${SRCDIR}/libs/libz.a
#include "zlib/zlib.h"
#include "zlib.h"
// I have no idea why I have to wrap just this function but otherwise cgo won't compile
int infInit(z_stream* s) {
Expand Down
2 changes: 1 addition & 1 deletion native/processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package native
#cgo CFLAGS: -I/zlib/
#cgo LDFLAGS: ${SRCDIR}/libs/libz.a
#include "zlib/zlib.h"
#include "zlib.h"
#include <stdlib.h>
#include <stdint.h>
Expand Down
186 changes: 0 additions & 186 deletions native/zlib/adler32.c

This file was deleted.

86 changes: 0 additions & 86 deletions native/zlib/compress.c

This file was deleted.

Loading

0 comments on commit f39b33b

Please sign in to comment.