summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-09-08 12:05:13 +0200
committerwm4 <wm4@nowhere>2012-09-18 21:08:14 +0200
commitc8154630bfc1b35da59e7db8c09e85c4f8d5904c (patch)
treec59946e0495590c2c94f0387e00c60a56aab9286 /Makefile
parent70e7d63ba011a326f5e03137b8fb45df222c43af (diff)
downloadmpv-c8154630bfc1b35da59e7db8c09e85c4f8d5904c.tar.bz2
mpv-c8154630bfc1b35da59e7db8c09e85c4f8d5904c.tar.xz
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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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 \