Mercurial > audlegacy-plugins
annotate src/aac/mp4ff/Makefile @ 1819:1f1de580fd1d
pls: mk2
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Mon, 24 Sep 2007 13:10:23 -0500 |
parents | 2c64b6d44a3c |
children |
rev | line source |
---|---|
1780 | 1 include ../../../extra.mk |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
2 |
1780 | 3 STATIC_LIB_NOINST = libmp4ff.a |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
4 |
1780 | 5 SRCS = mp4ff.c mp4atom.c mp4meta.c mp4sample.c mp4util.c \ |
450
357de698dab2
[svn] - remove broken iTunes 4/5 DRM support due to portability issues
nenolod
parents:
24
diff
changeset
|
6 mp4tagupdate.c |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
7 |
1780 | 8 include ../../../buildsys.mk |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
9 |
1780 | 10 CFLAGS += $(PLUGIN_CFLAGS) -DUSE_TAGGING=1 -fsigned-char -I../../.. -Wall |