On Thu, Aug 14, 2014 at 9:01 AM, Michael Russo <greatquux@gmail.com> wrote:
I tried to define TRACE in vm.h (uncommenting the line) but I get a message about an undefined constant FP_DOMAIN. The compilation succeeds without TRACE enabled. I also can't find where this constant is defined inside of libdvdnav. Perhaps this is a simple oversight related to all the cleanup work that took place in 5.0.0?
Actually, it was probably related to an earlier commit. See: http://git.videolan.org/?p=libdvdnav.git;a=commitdiff;h=331781f98a8ea6842bee... I updated the constants just now: http://git.videolan.org/?p=libdvdnav.git;a=commitdiff;h=da8a809a069c95487239... I also cleaned up some compiler warnings in my earlier checkin that I didn't notice before. Sorry about that. http://git.videolan.org/?p=libdvdnav.git;a=commitdiff;h=03cb72be09295686cf1a... Hope this helps.