Mercurial > audlegacy-plugins
comparison src/aac/Makefile @ 2038:04155ce9e72e
Automated merge with file:/home/ccr/audacious/plugins
author | Matti Hamalainen <ccr@tnsp.org> |
---|---|
date | Sat, 13 Oct 2007 21:53:47 +0300 |
parents | 64bcd7c9c705 6d33dffd1382 |
children | ae36702ffcf9 |
comparison
equal
deleted
inserted
replaced
2037:33d6f1dc7cfb | 2038:04155ce9e72e |
---|---|
1 PLUGIN = aac${PLUGIN_SUFFIX} | 1 PLUGIN = aac${PLUGIN_SUFFIX} |
2 | |
2 SRCS = libmp4.c \ | 3 SRCS = libmp4.c \ |
3 mp4_utils.c \ | 4 mp4_utils.c \ |
4 aac_utils.c \ | 5 aac_utils.c \ |
5 tagging_mp4.c \ | 6 tagging_mp4.c \ |
6 libfaad2/bits.c \ | 7 libfaad2/bits.c \ |
46 mp4ff/mp4meta.c \ | 47 mp4ff/mp4meta.c \ |
47 mp4ff/mp4sample.c \ | 48 mp4ff/mp4sample.c \ |
48 mp4ff/mp4util.c \ | 49 mp4ff/mp4util.c \ |
49 mp4ff/mp4tagupdate.c | 50 mp4ff/mp4tagupdate.c |
50 | 51 |
51 plugindir = audacious/${INPUT_PLUGIN_DIR} | |
52 | |
53 include ../../buildsys.mk | 52 include ../../buildsys.mk |
54 include ../../extra.mk | 53 include ../../extra.mk |
55 | 54 |
55 plugindir := ${plugindir}/${INPUT_PLUGIN_DIR} | |
56 | |
57 CFLAGS += ${PLUGIN_CFLAGS} -fsigned-char | |
56 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${DBUS_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} -I../.. -I. -I./include -I./libfaad2 -I./mp4ff -DUSE_TAGGING=1 | 58 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${DBUS_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} -I../.. -I. -I./include -I./libfaad2 -I./mp4ff -DUSE_TAGGING=1 |
57 CFLAGS += ${PLUGIN_CFLAGS} -fsigned-char | |
58 LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} -lm | 59 LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} -lm |