- Commit the nrv2b compressor source to the tree.

I thought I had added it a while ago but I forgot to cvs add it.
This commit is contained in:
Eric W. Biederman 2002-10-25 23:06:54 +00:00
parent d82ec7bd7b
commit 008acb3a52
2 changed files with 1479 additions and 0 deletions

7
util/nrv2b/Makefile Normal file
View file

@ -0,0 +1,7 @@
GCC=gcc
nrv2b: nrv2b.c
$(GCC) -O2 -DENCODE -DDECODE -DMAIN -DVERBOSE -DNDEBUG -DBITSIZE=32 -DENDIAN=0 -o $@ $<
clean:
rm -f nrv2b

1472
util/nrv2b/nrv2b.c Normal file

File diff suppressed because it is too large Load diff