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
386783b0
Commit
386783b0
authored
Mar 06, 2001
by
Christophe Massiot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* It now compiles under FreeBSD (though DeCSS stuff probably doesn't
work).
parent
9bd016fc
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
5 deletions
+8
-5
plugins/dvd/dvd_ifo.c
plugins/dvd/dvd_ifo.c
+5
-1
plugins/dvd/dvd_ioctl.h
plugins/dvd/dvd_ioctl.h
+2
-2
plugins/dvd/input_dvd.c
plugins/dvd/input_dvd.c
+1
-2
No files found.
plugins/dvd/dvd_ifo.c
View file @
386783b0
...
...
@@ -2,7 +2,7 @@
* dvd_ifo.c: Functions for ifo parsing
*****************************************************************************
* Copyright (C) 1999-2001 VideoLAN
* $Id: dvd_ifo.c,v 1.1
4 2001/02/22 08:44:45 stef
Exp $
* $Id: dvd_ifo.c,v 1.1
5 2001/03/06 10:21:59 massiot
Exp $
*
* Author: Stphane Borel <stef@via.ecp.fr>
*
...
...
@@ -29,7 +29,11 @@
/*****************************************************************************
* Preamble
*****************************************************************************/
#include "defs.h"
#include "config.h"
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <fcntl.h>
...
...
plugins/dvd/dvd_ioctl.h
View file @
386783b0
...
...
@@ -2,7 +2,7 @@
* dvd_ioctl.h: DVD ioctl replacement function
*****************************************************************************
* 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>
* Eberhard Moenkeberg <emoenke@gwdg.de>
...
...
@@ -46,7 +46,7 @@ int dvd_ioctl( int i_fd, unsigned long i_op, void *p_arg );
#ifdef SYS_BEOS
# include <be/support/byteorder.h>
#el
se
#el
if defined(SYS_LINUX)
# include <asm/byteorder.h>
#endif
...
...
plugins/dvd/input_dvd.c
View file @
386783b0
...
...
@@ -10,7 +10,7 @@
* -dvd_udf to find files
*****************************************************************************
* 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>
*
...
...
@@ -52,7 +52,6 @@
#include <string.h>
#include <errno.h>
#include <malloc.h>
#include "config.h"
#include "common.h"
...
...
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