Commit 386783b0 authored by Christophe Massiot's avatar Christophe Massiot

* It now compiles under FreeBSD (though DeCSS stuff probably doesn't

work).
parent 9bd016fc
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* dvd_ifo.c: Functions for ifo parsing * dvd_ifo.c: Functions for ifo parsing
***************************************************************************** *****************************************************************************
* Copyright (C) 1999-2001 VideoLAN * Copyright (C) 1999-2001 VideoLAN
* $Id: dvd_ifo.c,v 1.14 2001/02/22 08:44:45 stef Exp $ * $Id: dvd_ifo.c,v 1.15 2001/03/06 10:21:59 massiot Exp $
* *
* Author: Stphane Borel <stef@via.ecp.fr> * Author: Stphane Borel <stef@via.ecp.fr>
* *
...@@ -29,7 +29,11 @@ ...@@ -29,7 +29,11 @@
/***************************************************************************** /*****************************************************************************
* Preamble * Preamble
*****************************************************************************/ *****************************************************************************/
#include "defs.h"
#include "config.h"
#include <stdio.h> #include <stdio.h>
#include <stdlib.h>
#include <unistd.h> #include <unistd.h>
#include <string.h> #include <string.h>
#include <fcntl.h> #include <fcntl.h>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* dvd_ioctl.h: DVD ioctl replacement function * dvd_ioctl.h: DVD ioctl replacement function
***************************************************************************** *****************************************************************************
* Copyright (C) 1999-2001 VideoLAN * Copyright (C) 1999-2001 VideoLAN
* $Id: dvd_ioctl.h,v 1.2 2001/02/20 23:30:15 sam Exp $ * $Id: dvd_ioctl.h,v 1.3 2001/03/06 10:21:59 massiot Exp $
* *
* Authors: David Giller <rafetmad@oxy.edu> * Authors: David Giller <rafetmad@oxy.edu>
* Eberhard Moenkeberg <emoenke@gwdg.de> * Eberhard Moenkeberg <emoenke@gwdg.de>
...@@ -46,7 +46,7 @@ int dvd_ioctl( int i_fd, unsigned long i_op, void *p_arg ); ...@@ -46,7 +46,7 @@ int dvd_ioctl( int i_fd, unsigned long i_op, void *p_arg );
#ifdef SYS_BEOS #ifdef SYS_BEOS
# include <be/support/byteorder.h> # include <be/support/byteorder.h>
#else #elif defined(SYS_LINUX)
# include <asm/byteorder.h> # include <asm/byteorder.h>
#endif #endif
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
* -dvd_udf to find files * -dvd_udf to find files
***************************************************************************** *****************************************************************************
* Copyright (C) 1998-2001 VideoLAN * Copyright (C) 1998-2001 VideoLAN
* $Id: input_dvd.c,v 1.29 2001/03/05 00:40:06 stef Exp $ * $Id: input_dvd.c,v 1.30 2001/03/06 10:21:59 massiot Exp $
* *
* Author: Stphane Borel <stef@via.ecp.fr> * Author: Stphane Borel <stef@via.ecp.fr>
* *
...@@ -52,7 +52,6 @@ ...@@ -52,7 +52,6 @@
#include <string.h> #include <string.h>
#include <errno.h> #include <errno.h>
#include <malloc.h>
#include "config.h" #include "config.h"
#include "common.h" #include "common.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment