Mercurial > libdvdnav.hg
changeset 48:9030797161f0 src
Compile why don't you. :-(
author | jcdutton |
---|---|
date | Wed, 26 Jun 2002 14:59:48 +0000 |
parents | 12628fdcc18a |
children | a51b406b3c40 |
files | read_cache.c |
diffstat | 1 files changed, 6 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/read_cache.c Wed Jun 26 14:53:41 2002 +0000 +++ b/read_cache.c Wed Jun 26 14:59:48 2002 +0000 @@ -425,14 +425,15 @@ return DVD_VIDEO_LB_LEN; } } + } /* Disable dprintf if read cache is disabled. */ - if(self->dvd_self->use_read_ahead) { - dprintf("DVD read cache miss! sector=%d, start=%d, end=%d\n", - sector, self->cache_start_sector, self->cache_block_count + self->cache_start_sector); - } + //if(self->dvd_self->use_read_ahead) { + // dprintf("DVD read cache miss! sector=%d, start=%d, end=%d\n", + // sector, self->cache_start_sector, self->cache_block_count + self->cache_start_sector); + //} result = DVDReadBlocks( self->dvd_self->file, sector, block_count, buf); return result; } +#endif -#endif