Mercurial > audlegacy-plugins
view src/flac/plugin_common/Makefile @ 1162:29519d604e8c trunk
[svn] - revise bitrate calculation with xing header. if number of bytes and number of frames are available in xing header, fast play time calculation yields almost appropriate duration upon a vbr file.
- now fileinfo dialog shows duration in MM:SS format.
author | yaz |
---|---|
date | Mon, 04 Jun 2007 07:46:52 -0700 |
parents | f19e6748d8eb |
children |
line wrap: on
line source
include ../../../mk/rules.mk include ../../../mk/init.mk CFLAGS += $(PICFLAGS) -I.. -I../../.. -I../libflac OBJECTIVE_LIBS_NOINST = libplugin_common.a noinst_HEADERS = \ all.h \ charset.h \ defs.h \ dither.h \ locale_hack.h \ tags.h \ replaygain.h SOURCES = \ charset.c \ dither.c \ tags.c \ replaygain.c OBJECTS = ${SOURCES:.c=.o} include ../../../mk/objective.mk