summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorBartlomiej Wolowiec <bartek.wolowiec@gmail.com>2009-08-21 08:34:19 +0000
committerBartlomiej Wolowiec <bartek.wolowiec@gmail.com>2009-08-21 08:34:19 +0000
commitab1eff9c5c93b6ce5d06cabf139dd9f3a88e01a6 (patch)
treedf484be5c71290dd75282a72326dc179a58e74ab /libavformat/Makefile
parent29d7eef7dcfaf6cc6c97ac154e54c89f77507d86 (diff)
Add support for S/PDIF encapsulation.
Originally committed as revision 19674 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index 86dc03f8e0..e4aa53abd0 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -199,6 +199,7 @@ OBJS-$(CONFIG_SMACKER_DEMUXER) += smacker.o
OBJS-$(CONFIG_SOL_DEMUXER) += sol.o raw.o
OBJS-$(CONFIG_SOX_DEMUXER) += soxdec.o raw.o
OBJS-$(CONFIG_SOX_MUXER) += soxenc.o
+OBJS-$(CONFIG_SPDIF_MUXER) += spdif.o
OBJS-$(CONFIG_STR_DEMUXER) += psxstr.o
OBJS-$(CONFIG_SWF_DEMUXER) += swfdec.o
OBJS-$(CONFIG_SWF_MUXER) += swfenc.o