Mercurial > audlegacy-plugins
view src/amidi-plug/backend-alsa/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 | e2904348f154 |
line wrap: on
line source
include ../../../mk/rules.mk include ../../../mk/init.mk noinst_HEADERS = b-alsa.h b-alsa-config.h backend-alsa-icon.xpm CFLAGS += $(PICFLAGS) $(GLIB_CFLAGS) $(ALSA_CFLAGS) -I../../.. libdir = $(AMIDIPLUGBACKENDDIR) OBJECTIVE_LIBS = ap-alsa$(SHARED_SUFFIX) LIBADD = $(GLIB_LIBS) $(ALSA_LIBS) ../pcfg/libpcfg.a SOURCES = b-alsa.c OBJECTS = ${SOURCES:.c=.o} LIBDEP = ../pcfg/libpcfg.a include ../../../mk/objective.mk