view libaf/Makefile @ 22949:6613c5397aba

Remove the .norecurse hack. It bloats the Makefile, adds maintenance burden, likely has no users and most of all does not work correctly anyway.
author diego
date Wed, 11 Apr 2007 07:16:04 +0000
parents 65c3b647408c
children 21e496522217
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-$(CONFIG_LIBAVCODEC)    += af_lavcresample.c
SRCS_COMMON-$(CONFIG_LIBAVCODEC_SO) += af_lavcresample.c
SRCS_COMMON-$(HAVE_SYS_MMAN_H)      += af_export.c

include ../mpcommon.mak