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
Original issue reported on code.google.com by
toscano....@tiscali.it
on 18 Aug 2011 at 9:25Attachments: