From: Diego B. <di...@bi...> - 2010-06-24 08:41:30
|
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 about > > > header inclusion order or having to #include system headers > > > before libmpeg2 headers. > > > > I am worried about the <stdint.h> inclusions. This will likely break > > compilation on Visual Studio until they have that header. > > How backwards can they be? Do they have inttypes.h? > > In any case the rest of the patch should be worth applying nonetheless. Here is a version of the patch without the stdint.h #includes. Please apply. Diego |