# HG changeset patch # User mstorsjo # Date 1283548381 0 # Node ID 14f85520cd02b0897cb1159b7c6dc2c3ab5081d2 # Parent f4355cd85faa910ea3e8f5ee719dc0125622977a Fix the dependencies of the RTP muxer This fixes building with --disable-everything --enable-muxer=rtp, closing issue 2159. diff -r f4355cd85faa -r 14f85520cd02 Makefile --- 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