Mercurial > mplayer.hg
comparison libaf/Makefile @ 13550:81e62cbe57d9
reimplementation of the pl_extrastereo and pl_volnorm plugins
author | alex |
---|---|
date | Mon, 04 Oct 2004 19:11:05 +0000 |
parents | 51d61721906b |
children | 28bb0f15ac91 |
comparison
equal
deleted
inserted
replaced
13549:4604fc855b3a | 13550:81e62cbe57d9 |
---|---|
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 | 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 |
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 |