Mercurial > audlegacy
view Plugins/Input/wma/libffwma/Makefile.in @ 701:d539e5c5f730 trunk
[svn] Fixes of the remaining GCC 4.1 warnings from external contributor Diego "Flameeyes" Petteno (Gentoo).
author | chainsaw |
---|---|
date | Sun, 26 Feb 2006 13:08:35 -0800 |
parents | 0b017478161f |
children | 3d4af4890339 |
line wrap: on
line source
include ../../../../mk/rules.mk include ../../../../mk/objective.mk OBJECTIVE_LIBS_NOINST= libffwma.a SOURCES= allcodecs.c allformats.c \ asf.c avcodec.h avformat.h \ avi.h avio.c avio.h aviobuf.c \ bswap.h common.c common.h \ cutils.c cutils.h dsputil.c dsputil.h \ fft.c file.c futils.c mdct.c \ os_support.c os_support.h \ parser.c simple_idct.c simple_idct.h \ utils.h utils.c wmadata.h wmadec.c CFLAGS+= -fPIC -DPIC -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -c -I../../../.. -I../../../../intl OBJECTS=${SOURCES:.c=.o}