Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-1.1
Commits
a78e34d0
Commit
a78e34d0
authored
Jun 07, 2001
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Another FreeBSD compilation fix.
parent
c7cafcbb
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
13 additions
and
14 deletions
+13
-14
plugins/dvd/dvd_css.c
plugins/dvd/dvd_css.c
+3
-5
plugins/dvd/dvd_ifo.c
plugins/dvd/dvd_ifo.c
+2
-2
plugins/dvd/dvd_summary.c
plugins/dvd/dvd_summary.c
+2
-2
plugins/dvd/dvd_udf.c
plugins/dvd/dvd_udf.c
+2
-2
plugins/dvd/input_dvd.c
plugins/dvd/input_dvd.c
+2
-2
plugins/dvd/input_dvd.h
plugins/dvd/input_dvd.h
+2
-1
No files found.
plugins/dvd/dvd_css.c
View file @
a78e34d0
...
...
@@ -2,7 +2,7 @@
* dvd_css.c: Functions for DVD authentification and unscrambling
*****************************************************************************
* Copyright (C) 1999-2001 VideoLAN
* $Id: dvd_css.c,v 1.3
2 2001/06/03 12:47:21
sam Exp $
* $Id: dvd_css.c,v 1.3
3 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"
...
...
plugins/dvd/dvd_ifo.c
View file @
a78e34d0
...
...
@@ -2,7 +2,7 @@
* dvd_ifo.c: Functions for ifo parsing
*****************************************************************************
* Copyright (C) 1999-2001 VideoLAN
* $Id: dvd_ifo.c,v 1.3
1 2001/06/07 15:27:44
sam Exp $
* $Id: dvd_ifo.c,v 1.3
2 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"
...
...
plugins/dvd/dvd_summary.c
View file @
a78e34d0
...
...
@@ -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"
...
...
plugins/dvd/dvd_udf.c
View file @
a78e34d0
...
...
@@ -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"
...
...
plugins/dvd/input_dvd.c
View file @
a78e34d0
...
...
@@ -10,7 +10,7 @@
* -dvd_udf to find files
*****************************************************************************
* Copyright (C) 1998-2001 VideoLAN
* $Id: input_dvd.c,v 1.6
7 2001/06/03 12:47:21
sam Exp $
* $Id: input_dvd.c,v 1.6
8 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"
...
...
plugins/dvd/input_dvd.h
View file @
a78e34d0
...
...
@@ -2,7 +2,7 @@
* input_dvd.h: thread structure of the DVD plugin
*****************************************************************************
* Copyright (C) 1999-2001 VideoLAN
* $Id: input_dvd.h,v 1.2
2 2001/05/19 00:39:30 stef
Exp $
* $Id: input_dvd.h,v 1.2
3 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
;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment