Mercurial > audlegacy
view Plugins/Input/wma/Makefile.in @ 1584:2229b67f1b89 trunk
[svn] - xspf stores all meta data in tuples now.
- at load time, tuple for each entry in a playlist can be constructed from xspf. it means no read access to meta data in each data file is needed.
author | yaz |
---|---|
date | Sat, 19 Aug 2006 12:28:56 -0700 |
parents | 0b017478161f |
children | e402e0217870 |
line wrap: on
line source
include ../../../mk/rules.mk include ../../../mk/objective.mk OBJECTIVE_LIBS = libwma.so SUBDIRS = libffwma LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR) LIBADD = ./libffwma/libffwma.a SOURCES = wma.c OBJECTS = ${SOURCES:.c=.o} CFLAGS += -fPIC -DPIC $(GTK_CFLAGS) -I../../../intl -I../../.. -I./libffwma -std=c99