Mercurial > mplayer.hg
comparison libaf/Makefile @ 19034:9b3a8b48e5b3
Use only one global config.mak file.
author | diego |
---|---|
date | Wed, 12 Jul 2006 17:28:14 +0000 |
parents | 1c2f694d5232 |
children | 7a9a9748e045 |
comparison
equal
deleted
inserted
replaced
19033:9fd34039e6df | 19034:9b3a8b48e5b3 |
---|---|
1 include config.mak | 1 include ../config.mak |
2 | 2 |
3 LIBNAME = libaf.a | 3 LIBNAME = libaf.a |
4 | 4 |
5 SRCS=af.c \ | 5 SRCS=af.c \ |
6 af_center.c \ | 6 af_center.c \ |
25 af_volnorm.c \ | 25 af_volnorm.c \ |
26 af_volume.c \ | 26 af_volume.c \ |
27 filter.c \ | 27 filter.c \ |
28 format.c \ | 28 format.c \ |
29 window.c \ | 29 window.c \ |
30 $(OPTIONAL_SRCS) \ | 30 $(AF_SRCS) \ |
31 | 31 |
32 LIBAV_INC = | 32 LIBAV_INC = |
33 ifeq ($(CONFIG_LIBAVUTIL),yes) | 33 ifeq ($(CONFIG_LIBAVUTIL),yes) |
34 LIBAV_INC += -I../libavutil | 34 LIBAV_INC += -I../libavutil |
35 endif | 35 endif |