Mercurial > audlegacy-plugins
view src/tta/Makefile @ 618:a7a28782c1b0 trunk
[svn] - revise input_id3_get_string() to take encoding of field into account.
- restore title_override options I accidentally dropped.
- remove unnecessary code.
author | yaz |
---|---|
date | Wed, 07 Feb 2007 23:31:26 -0800 |
parents | 550c9e382cf8 |
children | 65606ed19c76 |
line wrap: on
line source
include ../../mk/rules.mk include ../../mk/init.mk OBJECTIVE_LIBS = libtta.so LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR) SOURCES = aud-tta.c id3.c ttadec.c OBJECTS = ${SOURCES:.c=.o} CFLAGS += -fPIC -DPIC $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) -I../../intl -I../.. LIBADD = -lid3tag $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS) include ../../mk/objective.mk