[FFmpeg-soc] [soc]: r3956 - wmapro/wma3.h

Sascha Sommer saschasommer at freenet.de
Sat Jan 17 11:40:12 CET 2009


Hi,

On Freitag, 16. Januar 2009, Benoit Fouet wrote:
> On 01/15/2009 07:45 PM, faust3 wrote:
> > Author: faust3
> > Date: Thu Jan 15 19:45:48 2009
> > New Revision: 3956
> >
> > Log:
> > fixed multiple inclusion guard
> >
> > Modified:
> >    wmapro/wma3.h
> >
> > Modified: wmapro/wma3.h
> > =========================================================================
> >===== --- wmapro/wma3.h	Tue Jan 13 07:23:06 2009	(r3955)
> > +++ wmapro/wma3.h	Thu Jan 15 19:45:48 2009	(r3956)
> > @@ -20,8 +20,8 @@
> >   * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
> > 02110-1301 USA */
> >
> > -#ifndef WMA3_H
> > -#define WMA3_H 1
> > +#ifndef AVCODEC_WMA3_H
> > +#define AVCODEC_WMA3_H 1
>
> you can just write: #define AVCODEC_WMA3_H, no need for the '1'
>

Thanks. This was already suggested by Diego but I somehow forgot about it.

Regards

Sascha





More information about the FFmpeg-soc mailing list