Mercurial > audlegacy-plugins
annotate src/aac/Makefile @ 2138:76f9a4168708
Fix linking with libaudid3tag
Linking with libaudid3tag from /usr/lib/audacious, add rpath (affected to tta,
shnplug and madplug plugins)
| author | Vitaly Lipatov <lav@etersoft.ru> |
|---|---|
| date | Sat, 27 Oct 2007 19:34:46 -0500 |
| parents | ae36702ffcf9 |
| children | c42fa8f89616 |
| rev | line source |
|---|---|
| 1882 | 1 PLUGIN = aac${PLUGIN_SUFFIX} |
|
2014
1ad002ce1bd0
Just a tiny cleanup.
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
2006
diff
changeset
|
2 |
| 1882 | 3 SRCS = libmp4.c \ |
| 4 mp4_utils.c \ | |
| 5 aac_utils.c \ | |
| 6 tagging_mp4.c \ | |
| 7 libfaad2/bits.c \ | |
| 8 libfaad2/cfft.c \ | |
| 9 libfaad2/decoder.c \ | |
| 10 libfaad2/drc.c \ | |
| 11 libfaad2/drm_dec.c \ | |
| 12 libfaad2/error.c \ | |
| 13 libfaad2/filtbank.c \ | |
| 14 libfaad2/ic_predict.c \ | |
| 15 libfaad2/is.c \ | |
| 16 libfaad2/lt_predict.c \ | |
| 17 libfaad2/mdct.c \ | |
| 18 libfaad2/mp4.c \ | |
| 19 libfaad2/ms.c \ | |
| 20 libfaad2/output.c \ | |
| 21 libfaad2/pns.c \ | |
| 22 libfaad2/ps_dec.c \ | |
| 23 libfaad2/ps_syntax.c \ | |
| 24 libfaad2/pulse.c \ | |
| 25 libfaad2/specrec.c \ | |
| 26 libfaad2/syntax.c \ | |
| 27 libfaad2/tns.c \ | |
| 28 libfaad2/hcr.c \ | |
| 29 libfaad2/huffman.c \ | |
| 30 libfaad2/rvlc.c \ | |
| 31 libfaad2/ssr.c \ | |
| 32 libfaad2/ssr_fb.c \ | |
| 33 libfaad2/ssr_ipqf.c \ | |
| 34 libfaad2/common.c \ | |
| 35 libfaad2/sbr_dct.c \ | |
| 36 libfaad2/sbr_e_nf.c \ | |
| 37 libfaad2/sbr_fbt.c \ | |
| 38 libfaad2/sbr_hfadj.c \ | |
| 39 libfaad2/sbr_hfgen.c \ | |
| 40 libfaad2/sbr_huff.c \ | |
| 41 libfaad2/sbr_qmf.c \ | |
| 42 libfaad2/sbr_syntax.c \ | |
| 43 libfaad2/sbr_tf_grid.c \ | |
| 44 libfaad2/sbr_dec.c \ | |
| 45 mp4ff/mp4ff.c \ | |
| 46 mp4ff/mp4atom.c \ | |
| 47 mp4ff/mp4meta.c \ | |
| 48 mp4ff/mp4sample.c \ | |
| 49 mp4ff/mp4util.c \ | |
| 50 mp4ff/mp4tagupdate.c | |
|
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
51 |
| 1882 | 52 include ../../buildsys.mk |
| 53 include ../../extra.mk | |
|
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
54 |
|
2017
6d33dffd1382
Curly vs round braces (part 1)
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
2014
diff
changeset
|
55 plugindir := ${plugindir}/${INPUT_PLUGIN_DIR} |
|
2006
a56a26a5f233
Revised the plugindir logic.
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
1882
diff
changeset
|
56 |
|
2014
1ad002ce1bd0
Just a tiny cleanup.
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
2006
diff
changeset
|
57 CFLAGS += ${PLUGIN_CFLAGS} -fsigned-char |
| 1882 | 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 |
|
2137
ae36702ffcf9
Fix linking dependencies.
Vitaly Lipatov <lav@etersoft.ru>
parents:
2038
diff
changeset
|
59 LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} ${MOWGLI_LIBS} -lm |
