Mercurial > mplayer.hg
diff libaf/Makefile @ 14749:ab617c2e24d3
filter for adding a center channel, adding a high pass filter would be nice
author | alex |
---|---|
date | Mon, 21 Feb 2005 17:08:45 +0000 |
parents | 85dc314b3d80 |
children | 667c78f0fc60 |
line wrap: on
line diff
--- a/libaf/Makefile Mon Feb 21 16:41:15 2005 +0000 +++ b/libaf/Makefile Mon Feb 21 17:08:45 2005 +0000 @@ -5,7 +5,7 @@ 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)