Re: [mpeg2-dev] [PATCH] make headers compile standalone

2010-06-24 Thread Sam Hocevar
On Thu, Jun 24, 2010, Diego Biurrun wrote: > > Here is a version of the patch without the stdint.h #includes. > > Please apply. Looks perfect. Thanks :-) -- Sam. -- ThinkGeek and WIRED's GeekDad team up for the Ulti

Re: [mpeg2-dev] [PATCH] make headers compile standalone

2010-06-24 Thread Diego Biurrun
On Thu, Jun 24, 2010 at 10:41:22AM +0200, Diego Biurrun wrote: > On Sat, Jun 12, 2010 at 10:37:48AM +0200, Diego Biurrun wrote: > > On Fri, Jun 11, 2010 at 11:56:09AM +0200, Sam Hocevar wrote: > > > On Thu, Jun 10, 2010, Diego Biurrun wrote: > > > > Here is a patch to make libmpeg2 headers compile

Re: [mpeg2-dev] [PATCH] make headers compile standalone

2010-06-24 Thread Diego Biurrun
On Sat, Jun 12, 2010 at 10:37:48AM +0200, Diego Biurrun wrote: > On Fri, Jun 11, 2010 at 11:56:09AM +0200, Sam Hocevar wrote: > > On Thu, Jun 10, 2010, Diego Biurrun wrote: > > > Here is a patch to make libmpeg2 headers compile standalone. > > > This allows #including them directly without worrying

Re: [mpeg2-dev] [PATCH] make headers compile standalone

2010-06-12 Thread Diego Biurrun
On Fri, Jun 11, 2010 at 11:56:09AM +0200, Sam Hocevar wrote: > On Thu, Jun 10, 2010, Diego Biurrun wrote: > > Here is a patch to make libmpeg2 headers compile standalone. > > This allows #including them directly without worrying about > > header inclusion order or having to #include system headers

Re: [mpeg2-dev] [PATCH] make headers compile standalone

2010-06-11 Thread Sam Hocevar
On Thu, Jun 10, 2010, Diego Biurrun wrote: > Here is a patch to make libmpeg2 headers compile standalone. > This allows #including them directly without worrying about > header inclusion order or having to #include system headers > before libmpeg2 headers. I am worried about the inclusions. Th

[mpeg2-dev] [PATCH] make headers compile standalone

2010-06-10 Thread Diego Biurrun
Here is a patch to make libmpeg2 headers compile standalone. This allows #including them directly without worrying about header inclusion order or having to #include system headers before libmpeg2 headers. Diego Index: include/mpeg2.h ===