summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authormplayer-svn <svn@mplayerhq.hu>2011-10-12 17:23:08 +0000
committerwm4 <wm4@nowhere>2012-08-03 01:30:08 +0200
commit78f51230d7b4cd131dcc57c8b1e49a91d2fb2109 (patch)
tree4f9c024b3acb51c6cf43793353cd0021ecd61878 /Makefile
parent8a9348b079acca4b756ee88def533193150c773d (diff)
downloadmpv-78f51230d7b4cd131dcc57c8b1e49a91d2fb2109.tar.bz2
mpv-78f51230d7b4cd131dcc57c8b1e49a91d2fb2109.tar.xz
libmpcodecs: add ad_spdif.c, S/PDIF passthrough decoder
patch by Naoya OYAMA, naoya.oyama gmail com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@34191 b3059339-0415-0410-9bf9-f77b7e298cf2 fix ad_spdif Call av_register_all() before initialising the SPDIF muxer. Fixes playback with -demuxer mpegts -ac spdifac3. Patch by Naoya OYAMA, naoya D oyama gmail git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@34291 b3059339-0415-0410-9bf9-f77b7e298cf2 Use new API avformat_new_stream() instead of the deprecated av_new_stream(). Patch by Naoya OYAMA, naoya D oyama gmail git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@34292 b3059339-0415-0410-9bf9-f77b7e298cf2 Cosmetics: Remove empty statement. Patch by Naoya OYAMA, naoya D oyama gmail git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@34293 b3059339-0415-0410-9bf9-f77b7e298cf2 Use init_avformat() instead of av_register_all(). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@34294 b3059339-0415-0410-9bf9-f77b7e298cf2 Author: diego
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index dd2c2973a1..c16d01688a 100644
--- a/Makefile
+++ b/Makefile
@@ -234,6 +234,7 @@ SRCS_COMMON = asxparser.c \
libmpcodecs/ad_alaw.c \
libmpcodecs/ad_dvdpcm.c \
libmpcodecs/ad_ffmpeg.c \
+ libmpcodecs/ad_spdif.c \
libmpcodecs/ad_hwac3.c \
libmpcodecs/ad_hwmpa.c \
libmpcodecs/ad_imaadpcm.c \