summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorStefano Pigozzi <stefano.pigozzi@gmail.com>2012-11-03 14:06:53 +0100
committerwm4 <wm4@nowhere>2013-04-13 04:21:27 +0200
commitcb0b0d99a4ab04905f59ec1a9fcbf90635105d11 (patch)
tree6991f914aa2c6aa4caa0700772e7a148bbff42ef /Makefile
parent203b57d863feeed94bfe9ce801266f70751e0622 (diff)
downloadmpv-cb0b0d99a4ab04905f59ec1a9fcbf90635105d11.tar.bz2
mpv-cb0b0d99a4ab04905f59ec1a9fcbf90635105d11.tar.xz
ad_lavc: use fmt-conversion to map sample formats
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6cd62d1bf3..978332852f 100644
--- a/Makefile
+++ b/Makefile
@@ -122,6 +122,7 @@ ifeq ($(HAVE_AVUTIL_REFCOUNTING),no)
endif
SOURCES = talloc.c \
+ audio/fmt-conversion.c \
audio/format.c \
audio/mixer.c \
audio/reorder_ch.c \