view libaf/Makefile @ 24619:a2978c2e6790

r22679: Some more details for the mga_vid section taken from drivers/README. r22686: tdfx_vid compilation has been simplified. r22695: Add a link to Attila's mga_vid port to Linux 2.6.x. r22704: 'make install' now takes care of most manual installation steps for *_vid.o. r22800: Get rid of useless conditional
author kraymer
date Thu, 27 Sep 2007 23:30:20 +0000
parents 253a6da2be20
children 8133163bd1dd
line wrap: on
line source

include ../config.mak

LIBNAME_COMMON = libaf.a

SRCS_COMMON = af.c \
              af_center.c \
              af_channels.c \
              af_comp.c \
              af_delay.c \
              af_dummy.c \
              af_equalizer.c \
              af_extrastereo.c \
              af_format.c \
              af_gate.c \
              af_hrtf.c \
              af_karaoke.c \
              af_pan.c \
              af_resample.c \
              af_sinesuppress.c \
              af_sub.c \
              af_surround.c \
              af_sweep.c \
              af_tools.c \
              af_volnorm.c \
              af_volume.c \
              filter.c \
              format.c \
              window.c \
              $(AF_SRCS) \

SRCS_COMMON-$(HAVE_SYS_MMAN_H)      += af_export.c
SRCS_COMMON-$(LIBAVCODEC)           += af_lavcresample.c

include ../mpcommon.mak