Commit a78e34d0 authored by Sam Hocevar's avatar Sam Hocevar

  * Another FreeBSD compilation fix.
parent c7cafcbb
......@@ -2,7 +2,7 @@
* dvd_css.c: Functions for DVD authentification and unscrambling
*****************************************************************************
* Copyright (C) 1999-2001 VideoLAN
* $Id: dvd_css.c,v 1.32 2001/06/03 12:47:21 sam Exp $
* $Id: dvd_css.c,v 1.33 2001/06/07 22:25:42 sam Exp $
*
* Author: Stphane Borel <stef@via.ecp.fr>
*
......@@ -52,16 +52,14 @@
#include "intf_msg.h"
#include "dvd_css.h"
#include "input_dvd.h"
#include "dvd_css.h"
#ifdef HAVE_CSS
# include "dvd_csstables.h"
#endif /* HAVE_CSS */
#include "dvd_ioctl.h"
#include "input_dvd.h"
#include "modules.h"
#include "modules_export.h"
......
......@@ -2,7 +2,7 @@
* dvd_ifo.c: Functions for ifo parsing
*****************************************************************************
* Copyright (C) 1999-2001 VideoLAN
* $Id: dvd_ifo.c,v 1.31 2001/06/07 15:27:44 sam Exp $
* $Id: dvd_ifo.c,v 1.32 2001/06/07 22:25:42 sam Exp $
*
* Authors: Stphane Borel <stef@via.ecp.fr>
* German Tischler <tanis@gaspode.franken.de>
......@@ -52,9 +52,9 @@
#include "intf_msg.h"
#include "input_dvd.h"
#include "dvd_ifo.h"
#include "dvd_udf.h"
#include "input_dvd.h"
#include "modules.h"
#include "modules_export.h"
......
......@@ -3,7 +3,7 @@
* found in .ifo.
*****************************************************************************
* Copyright (C) 1998-2001 VideoLAN
* $Id: dvd_summary.c,v 1.3 2001/06/03 12:47:21 sam Exp $
* $Id: dvd_summary.c,v 1.4 2001/06/07 22:25:42 sam Exp $
*
* Author: Stphane Borel <stef@via.ecp.fr>
*
......@@ -64,8 +64,8 @@
#include "main.h"
#include "dvd_ifo.h"
#include "input_dvd.h"
#include "dvd_ifo.h"
#include "debug.h"
......
......@@ -5,7 +5,7 @@
* contains the basic udf handling functions
*****************************************************************************
* Copyright (C) 1998-2001 VideoLAN
* $Id: dvd_udf.c,v 1.9 2001/06/03 12:47:21 sam Exp $
* $Id: dvd_udf.c,v 1.10 2001/06/07 22:25:42 sam Exp $
*
* Author: Stphane Borel <stef@via.ecp.fr>
*
......@@ -62,9 +62,9 @@
#include "intf_msg.h"
#include "input_dvd.h"
#include "dvd_css.h"
#include "dvd_ifo.h"
#include "input_dvd.h"
#include "modules.h"
#include "modules_export.h"
......
......@@ -10,7 +10,7 @@
* -dvd_udf to find files
*****************************************************************************
* Copyright (C) 1998-2001 VideoLAN
* $Id: input_dvd.c,v 1.67 2001/06/03 12:47:21 sam Exp $
* $Id: input_dvd.c,v 1.68 2001/06/07 22:25:42 sam Exp $
*
* Author: Stphane Borel <stef@via.ecp.fr>
*
......@@ -85,11 +85,11 @@
#include "input.h"
#include "input_dvd.h"
#include "dvd_netlist.h"
#include "dvd_ifo.h"
#include "dvd_css.h"
#include "dvd_summary.h"
#include "input_dvd.h"
#include "mpeg_system.h"
#include "debug.h"
......
......@@ -2,7 +2,7 @@
* input_dvd.h: thread structure of the DVD plugin
*****************************************************************************
* Copyright (C) 1999-2001 VideoLAN
* $Id: input_dvd.h,v 1.22 2001/05/19 00:39:30 stef Exp $
* $Id: input_dvd.h,v 1.23 2001/06/07 22:25:42 sam Exp $
*
* Author: Stéphane Borel <stef@via.ecp.fr>
*
......@@ -66,3 +66,4 @@ typedef struct thread_dvd_data_s
struct ifo_s * p_ifo;
} thread_dvd_data_t;
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