Mercurial > audlegacy-plugins
view src/wma/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 | 9b8400ca5ee8 |
children | add71276abfc |
line wrap: on
line source
include ../../mk/rules.mk include ../../mk/init.mk OBJECTIVE_LIBS = libwma$(SHARED_SUFFIX) SUBDIRS = libffwma LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR) LIBADD = ./libffwma/libffwma.a $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS) SOURCES = wma.c OBJECTS = ${SOURCES:.c=.o} LIBDEP = ./libffwma/libffwma.a CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) -I../.. -I./libffwma -std=c99 $(GCC42_CFLAGS) include ../../mk/objective.mk