Mercurial > mplayer.hg
comparison libaf/Makefile @ 13721:0c2e5c9476df
sine sweep generator
author | michael |
---|---|
date | Thu, 21 Oct 2004 12:10:55 +0000 |
parents | 28bb0f15ac91 |
children | be8f4abbe960 |
comparison
equal
deleted
inserted
replaced
13720:821f464b4d90 | 13721:0c2e5c9476df |
---|---|
1 include ../config.mak | 1 include ../config.mak |
2 | 2 |
3 LIBNAME = libaf.a | 3 LIBNAME = libaf.a |
4 | 4 |
5 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 | 5 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 |
6 | 6 |
7 OBJS=$(SRCS:.c=.o) | 7 OBJS=$(SRCS:.c=.o) |
8 | 8 |
9 CFLAGS = $(OPTFLAGS) -I. -Wall $(EXTRA_INC) | 9 CFLAGS = $(OPTFLAGS) -I. -Wall $(EXTRA_INC) |
10 | 10 |