[DVDnav-discuss] Use of _MSC_VER defines doesn't work for mingw compile
John Stebbins
stebbins at jetheaddev.com
Sat Aug 1 02:12:13 CEST 2009
dvd_reader.c and dvdread_internal.h use a mix of _WIN32 and _MSC_VER for
windows specific code. _WIN32 works for mingw, but _MSC_VER does not.
The practical effect of the incorrectly built code is that the dvd is
not opened as an image and thus the css keys are never obtained and
decryption doesn't happen.
Patch attached.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: A02-msc_ver-defs.patch
URL: <http://lists.mplayerhq.hu/pipermail/dvdnav-discuss/attachments/20090731/afe4f8d1/attachment.asc>
More information about the DVDnav-discuss
mailing list