summaryrefslogtreecommitdiff
path: root/plugins/aac/Makefile.am
blob: deab8c8fa18263d18627092e89a517b913e453e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
if HAVE_AAC
aacdir = $(libdir)/$(PACKAGE)
pkglib_LTLIBRARIES = aac.la
aac_la_SOURCES = aac.c aac_parser.c aac_parser.h\
../libmp4ff/mp4atom.c\
../libmp4ff/mp4ff.c\
../libmp4ff/mp4meta.c\
../libmp4ff/mp4sample.c\
../libmp4ff/mp4tagupdate.c\
../libmp4ff/mp4util.c\
../libmp4ff/mp4ff.h\
../libmp4ff/mp4ffint.h\
../libmp4ff/mp4ff_int_types.h

aac_la_LDFLAGS = -module

aac_la_LIBADD = $(LDADD) $(FAAD2_LIBS)
AM_CFLAGS = $(CFLAGS) -std=c99 -DUSE_MP4FF -DUSE_TAGGING -I../libmp4ff
endif