Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
386783b0
Commit
386783b0
authored
Mar 06, 2001
by
Christophe Massiot
Browse files
* It now compiles under FreeBSD (though DeCSS stuff probably doesn't
work).
parent
9bd016fc
Changes
3
Hide whitespace changes
Inline
Side-by-side
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/0
2/22 08:44:45 stef
Exp $
* $Id: dvd_ifo.c,v 1.1
5
2001/0
3/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/0
2/20 23:30:15 sam
Exp $
* $Id: dvd_ioctl.h,v 1.
3
2001/0
3/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/0
5 00:40:06 stef
Exp $
* $Id: input_dvd.c,v 1.
30
2001/03/0
6 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