Mercurial > mplayer.hg
diff libaf/Makefile @ 13721:0c2e5c9476df
sine sweep generator
author | michael |
---|---|
date | Thu, 21 Oct 2004 12:10:55 +0000 |
parents | 28bb0f15ac91 |
children | be8f4abbe960 |
line wrap: on
line diff
--- a/libaf/Makefile Thu Oct 21 11:55:20 2004 +0000 +++ b/libaf/Makefile Thu Oct 21 12:10:55 2004 +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 af_sub.c af_export.c af_volnorm.c af_extrastereo.c af_lavcresample.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 af_export.c af_volnorm.c af_extrastereo.c af_lavcresample.c af_sweep.c OBJS=$(SRCS:.c=.o)