Mercurial > mplayer.hg
diff libaf/Makefile @ 8832:a1578b329cc0
Adding sub-woofer filter, use this filter to add a sub channel to the audio stream
author | anders |
---|---|
date | Tue, 07 Jan 2003 10:33:30 +0000 |
parents | db0810dcab33 |
children | 113095b8258b |
line wrap: on
line diff
--- a/libaf/Makefile Tue Jan 07 00:02:02 2003 +0000 +++ b/libaf/Makefile Tue Jan 07 10:33:30 2003 +0000 @@ -2,7 +2,7 @@ LIBNAME = libaf.a -SRCS=af.c af_mp.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 +SRCS=af.c af_mp.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 OBJS=$(SRCS:.c=.o)