zzangdol348 / mp4v2

Automatically exported from code.google.com/p/mp4v2
0 stars 0 forks source link

Switch back to using stdint when using VS2010 or newer #160

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I noticed when compiling mp4v2 for Windows that it doesn't use stdint because 
Microsoft didn't include the header file for a while with Visual Studio. It 
does exist with Visual Studio 2010 and so I made a change the pre-processor 
check so that if the compiler is VS2010 (or newer) it uses stdint instead of 
the typedefs in mp4v2.

I've attached the svn patch for my change. I tested it on Windows but not on 
Linux.

Original issue reported on code.google.com by oraclegu...@gmail.com on 22 Jun 2013 at 5:03

Attachments:

GoogleCodeExporter commented 8 years ago
Looks like a good patch.  I've applied this fix in r504.  Thanks.

Original comment by kid...@gmail.com on 16 Aug 2013 at 8:40

GoogleCodeExporter commented 8 years ago

Original comment by kid...@gmail.com on 16 Aug 2013 at 8:41