comparison src/audacious/Makefile @ 4299:a16edefb8836

- 1st attempt to integrate MPlayer's equalizer (will work in 24bit mode too). Please, check sound quality! Let me know, if you will find it not appropriate. - EQ pregain doesn't work yet.
author Eugene Zagidullin <e.asphyx@gmail.com>
date Sat, 23 Feb 2008 16:34:10 +0300
parents 3c673b6803c1
children 3f5f638c055b
comparison
equal deleted inserted replaced
4290:5b277773870e 4299:a16edefb8836
1 include ../../extra.mk 1 include ../../extra.mk
2 2
3 SUBDIRS = ${INTL_OBJECTIVE} 3 SUBDIRS = ${INTL_OBJECTIVE}
4 4
5 PROG = audacious${PROG_SUFFIX} 5 PROG = audacious${PROG_SUFFIX}
6 SRCS = auddrct.c \ 6 SRCS = af_equalizer.c \
7 auddrct.c \
7 build_stamp.c \ 8 build_stamp.c \
8 configdb.c \ 9 configdb.c \
9 custom_uri.c \ 10 custom_uri.c \
10 discovery.c \ 11 discovery.c \
11 dnd.c \ 12 dnd.c \
12 dock.c \ 13 dock.c \
13 effect.c \ 14 effect.c \
15 equalizer_flow.c \
14 eventqueue.c \ 16 eventqueue.c \
15 fft.c \ 17 fft.c \
16 flow.c \ 18 flow.c \
17 formatter.c \ 19 formatter.c \
18 general.c \ 20 general.c \