summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorDaniel Verkamp <daniel@drv.nu>2009-05-30 18:51:15 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2009-05-30 18:51:15 +0000
commitcbfe5bee2e20df90c581937b2cb4b1535acbf726 (patch)
treebe4422746892b4030d55854441c6c54833986f33 /libavformat/Makefile
parentbb790168516b4a864ee8743c5900f8a6e495e1ce (diff)
Implement SoX native format muxer and demuxer.
Patch by Daniel Verkamp $firstname@drv DOT nu. Originally committed as revision 18998 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index 0e35318d33..09db41eeed 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -204,6 +204,8 @@ OBJS-$(CONFIG_SHORTEN_DEMUXER) += raw.o id3v2.o
OBJS-$(CONFIG_SIFF_DEMUXER) += siff.o
OBJS-$(CONFIG_SMACKER_DEMUXER) += smacker.o
OBJS-$(CONFIG_SOL_DEMUXER) += sol.o raw.o
+OBJS-$(CONFIG_SOX_DEMUXER) += soxdec.o
+OBJS-$(CONFIG_SOX_MUXER) += soxenc.o
OBJS-$(CONFIG_STR_DEMUXER) += psxstr.o
OBJS-$(CONFIG_SWF_DEMUXER) += swfdec.o
OBJS-$(CONFIG_SWF_MUXER) += swfenc.o