From c8154630bfc1b35da59e7db8c09e85c4f8d5904c Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 8 Sep 2012 12:05:13 +0200 Subject: ad_dvdpcm: add back PCM decoder for DVD This is needed by demux_mpg (and possibly by demux_ts) for PCM playback. The decoder does the mapping from MPEG headers to the actual PCM format, and also unpacks sample data for 20/24 bit formats. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 863eeb4b85..879d496964 100644 --- a/Makefile +++ b/Makefile @@ -142,6 +142,7 @@ SRCS_COMMON = asxparser.c \ libmpcodecs/ad.c \ libmpcodecs/ad_ffmpeg.c \ libmpcodecs/ad_pcm.c \ + libmpcodecs/ad_dvdpcm.c \ libmpcodecs/ad_spdif.c \ libmpcodecs/dec_audio.c \ libmpcodecs/dec_video.c \ -- cgit v1.2.3