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
dea6dc1e
Commit
dea6dc1e
authored
Aug 10, 2001
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Another mistake in the BSD/OS configuration process.
parent
04c93734
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
129 additions
and
119 deletions
+129
-119
configure
configure
+117
-117
configure.in
configure.in
+2
-1
extras/libdvdcss/ioctl.c
extras/libdvdcss/ioctl.c
+4
-1
include/defs.h.in
include/defs.h.in
+6
-0
No files found.
configure
View file @
dea6dc1e
This diff is collapsed.
Click to expand it.
configure.in
View file @
dea6dc1e
...
...
@@ -261,8 +261,9 @@ AC_CHECK_HEADERS(sys/ioctl.h,[
dnl
AC_CHECK_HEADERS(/sys/dev/scsi/scsi_ioctl.h,[
NEED_BSDI_LIBDVD=1
AC_DEFINE(DVD_STRUCT_IN_BSDI_DVDIOCTL_DVD_H, 1,
Define if <extras/BSDI_dvdioctl/dvd.h> defines DVD_STRUCT.)
OBJ_LIBDVDCSS="${OBJ_LIBDVDCSS} bsdi_dvdioctl.o"
CFLAGS_LIBDVDCSS="${CFLAGS_LIBDVDCSS} -I../BSDI_ioctl"
LINUX_DVD_STRUCT=1
])
])
...
...
extras/libdvdcss/ioctl.c
View file @
dea6dc1e
...
...
@@ -2,7 +2,7 @@
* ioctl.c: DVD ioctl replacement function
*****************************************************************************
* Copyright (C) 1999-2001 VideoLAN
* $Id: ioctl.c,v 1.1
0 2001/08/09 23:12:36
sam Exp $
* $Id: ioctl.c,v 1.1
1 2001/08/10 17:43:50
sam Exp $
*
* Authors: Markus Kuespert <ltlBeBoy@beosmail.com>
* Samuel Hocevar <sam@zoy.org>
...
...
@@ -52,6 +52,9 @@
#ifdef DVD_STRUCT_IN_DVD_H
# include <dvd.h>
#endif
#ifdef DVD_STRUCT_IN_BSDI_DVDIOCTL_DVD_H
# include <BSDI_dvdioctl/dvd.h>
#endif
#ifdef SYS_BEOS
# include <malloc.h>
# include <scsi.h>
...
...
include/defs.h.in
View file @
dea6dc1e
...
...
@@ -58,6 +58,9 @@
/* Define if you have the vasprintf function. */
#undef HAVE_VASPRINTF
/* Define if you have the </sys/dev/scsi/scsi_ioctl.h> header file. */
#undef HAVE__SYS_DEV_SCSI_SCSI_IOCTL_H
/* Define if you have the <Carbon/Carbon.h> header file. */
#undef HAVE_CARBON_CARBON_H
...
...
@@ -190,6 +193,9 @@
/* Define if <dvd.h> defines DVD_STRUCT. */
#undef DVD_STRUCT_IN_DVD_H
/* Define if <extras/BSDI_dvdioctl/dvd.h> defines DVD_STRUCT. */
#undef DVD_STRUCT_IN_BSDI_DVDIOCTL_DVD_H
/* Have userspace SCSI headers. */
#undef SOLARIS_USCSI
...
...
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