summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-09-02 19:30:34 +0200
committerwm4 <wm4@nowhere>2012-09-18 21:04:47 +0200
commitee65b39cbe8a1df6bf4b2eaeef413c881ae16456 (patch)
tree6877c6130a51a67ae12f08272a18c8548dc05ba5 /Makefile
parent53bfaecd40aa7b34dcc9c90064e36f2ffe227fc0 (diff)
downloadmpv-ee65b39cbe8a1df6bf4b2eaeef413c881ae16456.tar.bz2
mpv-ee65b39cbe8a1df6bf4b2eaeef413c881ae16456.tar.xz
ad_pcm: add back raw decoder
This was removed in commit 6a26b4a66504. Add it back, because it was needed by demuxer_rawaudio and for PCM audio with demuxers other than demux_lavf. (In practice, this broke rawaudio and PCM-in-Matroska only.) Unlike with raw video, there is no single raw audio "decoder" in libavcodec. Instead of trying to mess raw audio input into ad_ffmpeg using a table to map audio formats to the respective libavcodec decoders, it seems advantageous to simply add back ad_pcm.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a3412ad330..f66d69e792 100644
--- a/Makefile
+++ b/Makefile
@@ -141,6 +141,7 @@ SRCS_COMMON = asxparser.c \
libaf/window.c \
libmpcodecs/ad.c \
libmpcodecs/ad_ffmpeg.c \
+ libmpcodecs/ad_pcm.c \
libmpcodecs/ad_spdif.c \
libmpcodecs/dec_audio.c \
libmpcodecs/dec_video.c \