mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
a03ba739b7
Kexis - A lossless WAV file compressor. Kexis' main goal is to develop prediction and encoding schemes to minimize compressed file size. Kexis strives to be the premier lossless sound encoder. WWW: http://sourceforge.net/projects/kexis/
11 lines
244 B
Plaintext
11 lines
244 B
Plaintext
--- ./Makefile.orig Sat Jul 22 00:55:52 2006
|
|
+++ ./Makefile Sat Jul 22 00:56:34 2006
|
|
@@ -1,7 +1,5 @@
|
|
-DESTDIR =
|
|
SOURCE=encode.c decode.c header.c predictor.c bits.c rice.c kexis.c
|
|
OBJ = $(SOURCE:.c=.o)
|
|
-CC=gcc
|
|
|
|
#PROFILE_OPTS = -g3 -pg -a
|
|
|