Mercurial > audlegacy-plugins
view src/aac/mp4ff/Makefile @ 1412:6a424e6ff59c
playlist_get_songtime wanted a tuple, but was afraid to ask
author | Tony Vroon <chainsaw@gentoo.org> |
---|---|
date | Mon, 06 Aug 2007 01:37:26 +0100 |
parents | 22a470857579 |
children | 2c64b6d44a3c |
line wrap: on
line source
include ../../../mk/rules.mk include ../../../mk/init.mk OBJECTIVE_LIBS_NOINST = libmp4ff.a SOURCES = mp4ff.c mp4atom.c mp4meta.c mp4sample.c mp4util.c \ mp4tagupdate.c OBJECTS = ${SOURCES:.c=.o} CFLAGS += $(PICFLAGS) -DUSE_TAGGING=1 -fsigned-char -I../../.. -Wall include ../../../mk/objective.mk