From ee65b39cbe8a1df6bf4b2eaeef413c881ae16456 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 2 Sep 2012 19:30:34 +0200 Subject: 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. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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 \ -- cgit v1.2.3