diff options
| author | James Courtier-Dutton <jcdutton@users.sourceforge.net> | 2003-04-29 21:55:46 +0000 |
|---|---|---|
| committer | James Courtier-Dutton <jcdutton@users.sourceforge.net> | 2003-04-29 21:55:46 +0000 |
| commit | c226b5c184993b4dc09816e4da08a533b656f934 (patch) | |
| tree | 548c51ffe6a46b5ee36aad927cd6fe9ded7b24fa /src/input/libdvdnav/vm.c | |
| parent | a1684eb4fdb2a9d9812d994f3a39904b15267905 (diff) | |
| download | xine-lib-c226b5c184993b4dc09816e4da08a533b656f934.tar.gz xine-lib-c226b5c184993b4dc09816e4da08a533b656f934.tar.bz2 | |
Update from libdvdnav
CVS patchset: 4712
CVS date: 2003/04/29 21:55:46
Diffstat (limited to 'src/input/libdvdnav/vm.c')
| -rw-r--r-- | src/input/libdvdnav/vm.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/input/libdvdnav/vm.c b/src/input/libdvdnav/vm.c index 05b98dd2b..c4120916d 100644 --- a/src/input/libdvdnav/vm.c +++ b/src/input/libdvdnav/vm.c @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: vm.c,v 1.20 2003/04/29 15:58:31 jcdutton Exp $ + * $Id: vm.c,v 1.21 2003/04/29 21:55:53 jcdutton Exp $ * */ @@ -128,7 +128,7 @@ static void vm_print_current_domain_state(vm_t *vm) { static void dvd_read_name(char *name, const char *device) { int fd, i; -#ifndef __FreeBSD__ +#if !defined(__FreeBSD__) && !defined(WIN32) off64_t off; #else off_t off; @@ -1843,4 +1843,3 @@ void vm_position_print(vm_t *vm, vm_position_t *position) { } #endif - |
