Mercurial > audlegacy
annotate Plugins/Input/wma/libffwma/Makefile.in @ 1124:a63e0fdb3d1e trunk
[svn] - initial mms stream support
author | nenolod |
---|---|
date | Fri, 02 Jun 2006 09:58:51 -0700 |
parents | 3d4af4890339 |
children | 1ddaf20ab50e |
rev | line source |
---|---|
605 | 1 include ../../../../mk/rules.mk |
2 include ../../../../mk/objective.mk | |
3 | |
4 OBJECTIVE_LIBS_NOINST= libffwma.a | |
5 | |
6 SOURCES= allcodecs.c allformats.c \ | |
7 asf.c avcodec.h avformat.h \ | |
8 avi.h avio.c avio.h aviobuf.c \ | |
9 bswap.h common.c common.h \ | |
10 cutils.c cutils.h dsputil.c dsputil.h \ | |
1124 | 11 fft.c file.c futils.c mdct.c mms.c \ |
605 | 12 os_support.c os_support.h \ |
13 parser.c simple_idct.c simple_idct.h \ | |
14 utils.h utils.c wmadata.h wmadec.c | |
15 | |
926
3d4af4890339
[svn] Conversion of file operations to VFS. Needs stress testing, especially on Gnome-VFS.
chainsaw
parents:
605
diff
changeset
|
16 CFLAGS+= -fPIC -DPIC $(GTK_CFLAGS) -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -c -I../../../.. -I../../../../intl |
605 | 17 |
18 OBJECTS=${SOURCES:.c=.o} |