On Mon, Mar 25, 2013 at 02:58:39PM +0200, Martin Storsjö wrote:
> On Mon, 25 Mar 2013, Diego Biurrun wrote:
> >On Mon, Mar 25, 2013 at 02:40:20PM +0200, Martin Storsjö wrote:
> >>--- a/configure
> >>+++ b/configure
> >>@@ -1514,7 +1514,7 @@ atrac1_decoder_select="mdct sinewin"
> >> binkaudio_dct_decoder_select="mdct rdft dct sinewin"
> >> binkaudio_rdft_decoder_select="mdct rdft sinewin"
> >>-cavs_decoder_select="golomb h264chroma mpegvideo videodsp"
> >>+cavs_decoder_select="golomb h264chroma videodsp"
> >> comfortnoise_encoder_select="lpc"
> >> cook_decoder_select="mdct sinewin"
> >>@@ -1752,13 +1752,12 @@ mov_demuxer_suggest="zlib"
> >> mp3_demuxer_select="mpegaudio_parser"
> >> mp4_muxer_select="mov_muxer"
> >>-mpegts_muxer_select="adts_muxer latm_muxer mpegvideo"
> >>+mpegts_muxer_select="adts_muxer latm_muxer"
> >> mpegtsraw_demuxer_select="mpegts_demuxer"
> >> mxf_d10_muxer_select="mxf_muxer"
> >> ogg_demuxer_select="golomb"
> >> psp_muxer_select="mov_muxer"
> >> rtp_demuxer_select="sdp_demuxer"
> >>-rtp_muxer_select="mpegvideo"
> >> rtpdec_select="asf_demuxer rm_demuxer rtp_protocol mpegts_demuxer 
> >> mov_demuxer"
> >> rtsp_demuxer_select="http_protocol rtpdec"
> >
> >Did you doublecheck all of these still compile standalone?
> 
> Yes, I did.
> 
> >>--- a/libavformat/mpegtsenc.c
> >>+++ b/libavformat/mpegtsenc.c
> >>@@ -22,6 +22,7 @@
> >> #include "libavutil/bswap.h"
> >> #include "libavutil/crc.h"
> >> #include "libavutil/dict.h"
> >>+#include "libavutil/intreadwrite.h"
> >> #include "libavutil/mathematics.h"
> >> #include "libavutil/opt.h"
> >> #include "libavcodec/mpegvideo.h"
> >
> >Looks unrelated.
> 
> Ah yes, this belongs in 2/3, will amend locally.

OK

Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to