summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-05-09 12:09:23 +0200
committerwm4 <wm4@nowhere>2013-05-12 21:24:56 +0200
commitd9582ad0a41ed5452ad29bf8511e8c6a3bdbe6f8 (patch)
tree670739580ec0dea28a48a6d345e01bd168a2870c /Makefile
parentce2515ddb85669b1607989f69d7ec9eb89b42819 (diff)
downloadmpv-d9582ad0a41ed5452ad29bf8511e8c6a3bdbe6f8.tar.bz2
mpv-d9582ad0a41ed5452ad29bf8511e8c6a3bdbe6f8.tar.xz
audio/filters: add af_force
Its main purpose is for testing in case channel layout stuff breaks, in particular in connection with old audio filters.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c7dbe2b113..160d180188 100644
--- a/Makefile
+++ b/Makefile
@@ -139,6 +139,7 @@ SOURCES = talloc.c \
audio/filter/af_dummy.c \
audio/filter/af_equalizer.c \
audio/filter/af_extrastereo.c \
+ audio/filter/af_force.c \
audio/filter/af_format.c \
audio/filter/af_hrtf.c \
audio/filter/af_karaoke.c \