summaryrefslogtreecommitdiffstats
path: root/libao2/Makefile
diff options
context:
space:
mode:
authoranders <anders@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-06-15 06:15:07 +0000
committeranders <anders@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-06-15 06:15:07 +0000
commitee6efd29d9d85f49ea0c376446711fffc1b1736d (patch)
tree94ffcafbd313483ec677f5bdd29ad25b75cdb00c /libao2/Makefile
parent6ffc321d43ceec4048220bf608e0605696c35e96 (diff)
downloadmpv-ee6efd29d9d85f49ea0c376446711fffc1b1736d.tar.bz2
mpv-ee6efd29d9d85f49ea0c376446711fffc1b1736d.tar.xz
Adding equalizer plugin
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6431 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libao2/Makefile')
-rw-r--r--libao2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libao2/Makefile b/libao2/Makefile
index 118f455b54..d30aeb1fe1 100644
--- a/libao2/Makefile
+++ b/libao2/Makefile
@@ -4,7 +4,7 @@ include config.mak
LIBNAME = libao2.a
# TODO: moveout ao_sdl.c so it's only used when SDL is detected
-SRCS=afmt.c audio_out.c ao_mpegpes.c ao_null.c ao_pcm.c ao_plugin.c pl_delay.c pl_format.c pl_surround.c remez.c pl_resample.c pl_volume.c pl_extrastereo.c pl_volnorm.c $(OPTIONAL_SRCS)
+SRCS=afmt.c audio_out.c ao_mpegpes.c ao_null.c ao_pcm.c ao_plugin.c pl_delay.c pl_format.c pl_surround.c remez.c pl_resample.c pl_volume.c pl_extrastereo.c pl_volnorm.c pl_eq.c $(OPTIONAL_SRCS)
OBJS=$(SRCS:.c=.o)