openbsd-ports/audio/bladeenc/files/Makefile
brad 66013e6f0d add bladeenc port
-
Blade's MP3 Encoder (BladeEnc) is a freeware MP3 encoder. It is
based on the same ISO compression routines as mpegEnc, so you can
expect roughly the same, or better, quality. The main difference
is the appearance and speed. BladeEnc doesn't have a nice,
user-friendly interface like mpegEnc, but it is more than three
times faster, and it works with several popular front-end graphical
user interfaces.
1999-08-02 05:15:46 +00:00

18 lines
429 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 1999/08/02 05:15:46 brad Exp $
PROG= bladeenc
MAN= # empty
SRCS= codec.c bladesys.c bladtab.c main.c tables.c samplein.c \
strupr.c formatbitstream2.c huffman.c l3bitstream.c l3psy.c \
loop.c mdct.c reservoir.c subs.c encode.c common.c
DPADD= ${LIBM}
LDADD= -lm
DEFS=-DSYSTEM=OPENBSD -funroll-all-loops
CFLAGS+= ${DEFS}
codec.o: codec.c
${CC} -O ${DEFS} -c ${.IMPSRC}
.include <bsd.prog.mk>