view Plugins/Input/wma/libffwma/Makefile.in @ 1398:1ddaf20ab50e trunk

[svn] AltiVec support for WMA, by Luca "lu_zero" Barbato from Gentoo.
author chainsaw
date Thu, 13 Jul 2006 16:01:57 -0700
parents a63e0fdb3d1e
children c6ac6c61a6fd
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 mms.c \
		os_support.c os_support.h \
		parser.c simple_idct.c simple_idct.h \
		utils.h utils.c wmadata.h wmadec.c mem.c

CFLAGS+=	-fPIC -DPIC $(GTK_CFLAGS) -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -c -I../../../.. -I../../../../intl

OBJECTS=${SOURCES:.c=.o}