annotate src/aac/mp4ff/Makefile @ 1791:ea7ec02f2ea2

Automated merge with ssh://hg.atheme-project.org//hg/audacious-plugins
author Jonathan Schleifer <js@h3c.de>
date Mon, 24 Sep 2007 19:19:59 +0200
parents 2c64b6d44a3c
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1780
2c64b6d44a3c aac: Mk2
William Pitcock <nenolod@atheme.org>
parents: 1188
diff changeset
1 include ../../../extra.mk
0
13389e613d67 [svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff changeset
2
1780
2c64b6d44a3c aac: Mk2
William Pitcock <nenolod@atheme.org>
parents: 1188
diff changeset
3 STATIC_LIB_NOINST = libmp4ff.a
0
13389e613d67 [svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff changeset
4
1780
2c64b6d44a3c aac: Mk2
William Pitcock <nenolod@atheme.org>
parents: 1188
diff changeset
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
2c64b6d44a3c aac: Mk2
William Pitcock <nenolod@atheme.org>
parents: 1188
diff changeset
8 include ../../../buildsys.mk
0
13389e613d67 [svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff changeset
9
1780
2c64b6d44a3c aac: Mk2
William Pitcock <nenolod@atheme.org>
parents: 1188
diff changeset
10 CFLAGS += $(PLUGIN_CFLAGS) -DUSE_TAGGING=1 -fsigned-char -I../../.. -Wall