summaryrefslogtreecommitdiffstats
path: root/libao2/Makefile
diff options
context:
space:
mode:
authorpl <pl@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-05 09:17:36 +0000
committerpl <pl@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-05 09:17:36 +0000
commitbb18f52a7a344552e38d0fa6ba5f1f6b6342bfec (patch)
treecc15cee2eb8e43a8d5105b11fc5af4ecb718e3cc /libao2/Makefile
parentfd4c906d13fadddc28a85ae78e004352f36b3293 (diff)
downloadmpv-bb18f52a7a344552e38d0fa6ba5f1f6b6342bfec.tar.bz2
mpv-bb18f52a7a344552e38d0fa6ba5f1f6b6342bfec.tar.xz
volume normalizer plugin support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4942 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 1701e6dd73..0e106b6008 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 $(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 $(OPTIONAL_SRCS)
OBJS=$(SRCS:.c=.o)