diff 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
line wrap: on
line diff
--- a/src/audacious/Makefile	Mon Feb 18 23:20:12 2008 +0300
+++ b/src/audacious/Makefile	Sat Feb 23 16:34:10 2008 +0300
@@ -3,7 +3,8 @@
 SUBDIRS = ${INTL_OBJECTIVE}
 
 PROG = audacious${PROG_SUFFIX}
-SRCS = auddrct.c						\
+SRCS = af_equalizer.c						\
+       auddrct.c						\
        build_stamp.c					\
        configdb.c						\
        custom_uri.c						\
@@ -11,6 +12,7 @@
        dnd.c							\
        dock.c							\
        effect.c							\
+       equalizer_flow.c						\
        eventqueue.c						\
        fft.c							\
        flow.c							\