view Plugins/Input/wma/libffwma/Makefile.am @ 255:ad1e65c6a854 trunk

[svn] Create some proper headers and include them. No more implicit declarations.
author chainsaw
date Sun, 04 Dec 2005 07:37:06 -0800
parents 0bea7509d6ba
children
line wrap: on
line source

noinst_LTLIBRARIES=	libffwma.la

libffwma_la_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
libffwma_la_CFLAGS=	 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -c