Mercurial > libavcodec.hg
changeset 12455:14f85520cd02 libavcodec
Fix the dependencies of the RTP muxer
This fixes building with --disable-everything --enable-muxer=rtp, closing
issue 2159.
author | mstorsjo |
---|---|
date | Fri, 03 Sep 2010 21:13:01 +0000 |
parents | f4355cd85faa |
children | a5ddb39627fd |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Fri Sep 03 16:52:46 2010 +0000 +++ b/Makefile Fri Sep 03 21:13:01 2010 +0000 @@ -522,7 +522,7 @@ OBJS-$(CONFIG_OGG_DEMUXER) += flacdec.o flacdata.o flac.o \ dirac.o mpeg12data.o OBJS-$(CONFIG_OGG_MUXER) += xiph.o flacdec.o flacdata.o flac.o -OBJS-$(CONFIG_RTP_MUXER) += mpegvideo.o +OBJS-$(CONFIG_RTP_MUXER) += mpegvideo.o xiph.o OBJS-$(CONFIG_WEBM_MUXER) += xiph.o mpeg4audio.o \ flacdec.o flacdata.o flac.o