Re: [mpeg2-dev] [PATCH] consistent multiple inclusion guards for all header files

2008-02-18 Thread Diego Biurrun
On Mon, Feb 18, 2008 at 07:26:17PM +0100, Diego Biurrun wrote: > Here is a patch to add consistent multiple inclusion guards to all > header files in libmpeg2. I have also used a LIBMPEG2_ prefix to avoid > possible namespace pollution issues. Please apply. Note that this patch supercedes a simi

[mpeg2-dev] [PATCH] consistent multiple inclusion guards for all header files

2008-02-18 Thread Diego Biurrun
Here is a patch to add consistent multiple inclusion guards to all header files in libmpeg2. I have also used a LIBMPEG2_ prefix to avoid possible namespace pollution issues. Please apply. Diego Index: include/mpeg2.h === --- includ