[FFmpeg-cvslog] r9345 - in trunk: libavcodec/armv4l/mathops.h libavcodec/atrac3data.h libavcodec/bethsoftvideo.h libavcodec/bmp.h libavcodec/cavsdata.h libavcodec/cookdata.h libavcodec/dca.h libavcodec/dcadata.h libavcodec/dcahuff.h libavcodec/dn

Guillaume POIRIER poirierg
Sun Jun 17 21:00:07 CEST 2007


Hi,

On 6/17/07, M?ns Rullg?rd <mans at mansr.com> wrote:
> Diego Biurrun <diego at biurrun.de> writes:
>
> > On Sun, Jun 17, 2007 at 02:01:30AM +0200, mru wrote:
> >>
> >> Log:
> >> add multiple inclusion guards to headers
> >>
> >> --- trunk/libavcodec/armv4l/mathops.h        (original)
> >> +++ trunk/libavcodec/armv4l/mathops.h        Sun Jun 17 02:01:30 2007
> >> @@ -19,6 +19,9 @@
> >>   * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
> >>   */
> >>
> >> +#ifndef AVCODEC_ARM_MATHOPS_H
> >> +#define AVCODEC_ARM_MATHOPS_H
> >> +
> >>  #ifdef FRAC_BITS
> >>  #   define MULL(a, b) \
> >>          ({  int lo, hi;\
> >> @@ -47,3 +50,5 @@
> >>           __rt; })
> >>
> >>  #endif
> >> +
> >> +#endif
> >
> > I'd prefer if all those #endifs could have a comment indicating which
> > #define they belong to.
>
> Feel free to add them.

Fixed ;-)

Guillaume
-- 
Subversion has been the most pointless project ever started
  -- Linus Torvalds



More information about the ffmpeg-cvslog mailing list