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
Original issue reported on code.google.com by
oraclegu...@gmail.com
on 22 Jun 2013 at 5:03Attachments: