comparison vmcmd.c @ 114:b6834e6359cf src

big libdvdnav cleanup, quoting the ChangeLog: * some bugfixes * code cleanup * build process polishing * more sensible event order in get_next_block to ensure useful event delivery * VOBU level resume * fixed: seeking in a multiangle feature briefly showed the wrong angle
author mroi
date Thu, 20 Feb 2003 15:32:21 +0000
parents 0e2abe7083de
children 5897ff629f7c
comparison
equal deleted inserted replaced
113:ec2df154be56 114:b6834e6359cf
32 #include <assert.h> 32 #include <assert.h>
33 33
34 #include "vmcmd.h" 34 #include "vmcmd.h"
35 #include "dvdnav_internal.h" 35 #include "dvdnav_internal.h"
36 36
37
38 #ifdef TRACE
37 39
38 /* freebsd compatibility */ 40 /* freebsd compatibility */
39 #ifndef PRIu8 41 #ifndef PRIu8
40 #define PRIu8 "d" 42 #define PRIu8 "d"
41 #endif 43 #endif
484 486
485 vmPrint_mnemonic(vm_command); 487 vmPrint_mnemonic(vm_command);
486 fprintf(MSG_OUT, "\n"); 488 fprintf(MSG_OUT, "\n");
487 } 489 }
488 490
489 491 #endif