view libaf/Makefile @ 22739:25586323a128

Include stdlib.h and string.h to fix the following warnings: bmovl-test.c:22: warning: implicit declaration of function `strlen' bmovl-test.c:64: warning: implicit declaration of function `exit' bmovl-test.c:67: warning: implicit declaration of function `atoi' bmovl-test.c:89: warning: implicit declaration of function `malloc' bmovl-test.c:114: warning: implicit declaration of function `free'
author diego
date Tue, 20 Mar 2007 01:11:55 +0000
parents ba2b70a80acc
children 65c3b647408c
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

ifeq ($(TARGET_OS),MINGW32)
CFLAGS += -D_IO_H_
endif

include ../mpcommon.mak