Mercurial > audlegacy
annotate Plugins/Input/aac/src/Makefile.am @ 341:46271e2c9622 trunk
[svn] Initial tagging_mp4.c code. Still need to add a class for aac tagging information (ID3)
author | nenolod |
---|---|
date | Mon, 26 Dec 2005 00:38:59 -0800 |
parents | acd949775734 |
children | 320f0205ad45 |
rev | line source |
---|---|
61 | 1 lib_LTLIBRARIES = libaac.la |
2 | |
3 libdir = $(plugindir)/$(INPUT_PLUGIN_DIR) | |
4 | |
243
acd949775734
[svn] Fix AAC linkage for gcc4, which does not autolink against libstdc++.
nenolod
parents:
199
diff
changeset
|
5 libaac_la_LDFLAGS = $(PLUGIN_LDFLAGS) ../libmp4v2/libmp4v2.la ../libfaad2/libfaad.la -lstdc++ |
61 | 6 |
341
46271e2c9622
[svn] Initial tagging_mp4.c code. Still need to add a class for aac tagging information (ID3)
nenolod
parents:
243
diff
changeset
|
7 libaac_la_SOURCES = libmp4.c mp4_utils.c aac_utils.c tagging_mp4.c |
61 | 8 |
9 INCLUDES = $(GTK_CFLAGS) -I$(top_builddir)/intl -I$(top_srcdir) -I../include -I../libmp4v2 -I../libfaad |