summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMartin <lachs0r@srsfckn.biz>2013-02-12 09:53:33 +0100
committerMartin <lachs0r@srsfckn.biz>2013-02-12 09:53:33 +0100
commit1f7decc1a0a7e0f2fb547ee740ee0d7b659c0406 (patch)
tree20597fbc35a49a164d6a981bdb7a4745ad199412 /Makefile
parentf7636474eb661587c74486fcc3f1038f4e26b68b (diff)
downloadmpv-1f7decc1a0a7e0f2fb547ee740ee0d7b659c0406.tar.bz2
mpv-1f7decc1a0a7e0f2fb547ee740ee0d7b659c0406.tar.xz
Rename af_volnorm to af_drc
The previous name of this filter was misleading, because it doesn’t actually normalize volume levels. What it does is closer to performing low-quality dynamic range compression, hence it is now called af_drc.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 53f97951a1..91eda102b6 100644
--- a/Makefile
+++ b/Makefile
@@ -143,7 +143,7 @@ SOURCES = talloc.c \
audio/filter/af_surround.c \
audio/filter/af_sweep.c \
audio/filter/af_tools.c \
- audio/filter/af_volnorm.c \
+ audio/filter/af_drc.c \
audio/filter/af_volume.c \
audio/filter/filter.c \
audio/filter/window.c \