realityking / mp4v2

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

[PATCH] port to GNU/Hurd #114

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently, mp4v2 does not compile on GNU/Hurd, as there's an unconditional 
usage of PATH_MAX (optional in POSIX) in util/mp4extract.cpp.
The easy fix it port the code using that MP4V2_PATH_MAX-sized buffer to 
std::string and std::stringstream, which is what the attached path_max.diff 
patch does.
Also, I'm attaching a "no_path_max.diff" patch to drop the define of 
MP4V2_PATH_MAX altogether.

What version of the product are you using? On what operating system?

mp4v2 r485; GNU/Hurd 0.3.

Original issue reported on code.google.com by toscano....@tiscali.it on 18 Aug 2011 at 9:25

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks for the patch, and sorry for the (very) late response.  This is in r489.

Original comment by kid...@gmail.com on 19 Mar 2012 at 2:08