From f139d7ead2ec746093ba60240fbf03fbad1faba0 Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 21 Feb 2005 17:08:45 +0000 Subject: filter for adding a center channel, adding a high pass filter would be nice git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14750 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libaf/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libaf/Makefile') diff --git a/libaf/Makefile b/libaf/Makefile index 292333d732..5d11fc71fb 100644 --- a/libaf/Makefile +++ b/libaf/Makefile @@ -5,7 +5,7 @@ LIBNAME = libaf.a SRCS=af.c af_dummy.c af_delay.c af_channels.c af_format.c af_resample.c \ window.c filter.c af_volume.c af_equalizer.c af_tools.c af_comp.c af_gate.c \ af_pan.c af_surround.c af_sub.c af_export.c af_volnorm.c af_extrastereo.c \ -af_lavcresample.c af_sweep.c af_hrtf.c format.c $(OPTIONAL_SRCS) +af_lavcresample.c af_sweep.c af_hrtf.c format.c af_center.c $(OPTIONAL_SRCS) OBJS=$(SRCS:.c=.o) -- cgit v1.2.3