[FFmpeg-soc] [soc]: r255 - dvbmuxer/split_mpeg.diff

Diego Biurrun diego at biurrun.de
Fri Jun 15 09:42:17 CEST 2007


On Fri, Jun 15, 2007 at 10:28:07AM +0800, Xiaohui Sun wrote:
> Michael Niedermayer 写道:
> >
> > On Thu, Jun 14, 2007 at 03:25:40PM +0200, realsun wrote:
> > [...]
> >
> >> ++} MpegMuxContext;
> >> ++
> >> ++
> >> ++#ifdef CONFIG_MUXERS
> >> ++AVOutputFormat mpeg1system_muxer;
> >> ++AVOutputFormat mpeg1vcd_muxer;
> >
> > the file shouldnt be compiled if CONFIG_MUXERS isnt set
> 
> I have moved the #ifdef to the begin of the file.

Wrong.  There should be no need for such an #ifdef in any part of the
file.

Diego



More information about the FFmpeg-soc mailing list