summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-11-18 18:48:00 +0100
committerwm4 <wm4@nowhere>2013-11-18 18:48:00 +0100
commit85f6349c78804ea662606fc859d2f376bfdfe606 (patch)
treed476b44144db75af502c4f03b7ae05e6a67e7cea /Makefile
parent82068ec56cb45eca1f5b02d5e943ade27c919867 (diff)
downloadmpv-85f6349c78804ea662606fc859d2f376bfdfe606.tar.bz2
mpv-85f6349c78804ea662606fc859d2f376bfdfe606.tar.xz
audio/filter: rename af_tools.c to tools.c
This always bothered me.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bdd2714f6d..7ccea8d1b6 100644
--- a/Makefile
+++ b/Makefile
@@ -169,10 +169,10 @@ SOURCES = audio/audio.c \
audio/filter/af_sub.c \
audio/filter/af_surround.c \
audio/filter/af_sweep.c \
- audio/filter/af_tools.c \
audio/filter/af_drc.c \
audio/filter/af_volume.c \
audio/filter/filter.c \
+ audio/filter/tools.c \
audio/filter/window.c \
audio/out/ao.c \
audio/out/ao_null.c \