[FFmpeg-soc] [soc]: r3956 - wmapro/wma3.h
Benoit Fouet
benoit.fouet at free.fr
Fri Jan 16 10:55:22 CET 2009
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'
Ben
More information about the FFmpeg-soc
mailing list