freebsd-ports/audio/mp3gain/files/Makefile.lib
Edwin Groothuis c01499cf50 new port: audio/mp3gain (A tool to normalize the gain of mp3 files)
Tired of reaching for your volume knob every time your mp3
	player changes to a new song?  MP3Gain analyzes and adjusts
	mp3 files so that they have the same volume.

PR:		ports/46625
Submitted by:	Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2003-01-20 07:08:27 +00:00

7 lines
135 B
Text

CFLAGS+= -DNOANALYSIS
SRCS= common.c dct64_i386.c decode_i386.c interface.c layer3.c tabinit.c
LIB= mpglibDBL
.include <bsd.lib.mk>