Mercurial > audlegacy-plugins
view src/aac/mp4ff/Makefile @ 140:46d603abb737 trunk
[svn] - mplayer should be disabled by default due to the fact that it's only
temporary in the core plugins pack (and will be moved to -ugly
eventually)
author | nenolod |
---|---|
date | Sun, 29 Oct 2006 01:23:08 -0700 |
parents | eb3bb3eec087 |
children | 357de698dab2 |
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 drms.c OBJECTS = ${SOURCES:.c=.o} CFLAGS += $(PICFLAGS) -DUSE_TAGGING=1 -fsigned-char -I../../.. include ../../../mk/objective.mk libmp4ff.a: $(OBJECTS) $(AR) cq $@ $(OBJECTS)