summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-04-05 15:25:09 +0200
committerwm4 <wm4@nowhere>2013-05-12 21:24:54 +0200
commit0042735d7aefb2f05a79ba2eae741a63f22ea0c9 (patch)
treeb3fa1b42a3fb27003e6b02c1cdd4feb935c1bb04 /Makefile
parent1e37d35970398856e911487754056db9509f0c5a (diff)
downloadmpv-0042735d7aefb2f05a79ba2eae741a63f22ea0c9.tar.bz2
mpv-0042735d7aefb2f05a79ba2eae741a63f22ea0c9.tar.xz
audio: add channel map API
Unused, will be used in the following commits. Let chmap.h define the number of maximum channels, because that is most convenient.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 978332852f..566768db60 100644
--- a/Makefile
+++ b/Makefile
@@ -122,6 +122,7 @@ ifeq ($(HAVE_AVUTIL_REFCOUNTING),no)
endif
SOURCES = talloc.c \
+ audio/chmap.c \
audio/fmt-conversion.c \
audio/format.c \
audio/mixer.c \