Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
9adb17b9
Commit
9adb17b9
authored
Aug 09, 2010
by
Brad Smith
Committed by
Rémi Denis-Courmont
Aug 11, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set CD_DEVICE and DVD_DEVICE to device names appropriate for OpenBSD.
Signed-off-by:
Rémi Denis-Courmont
<
remi@remlab.net
>
parent
925583dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
include/vlc_config.h
include/vlc_config.h
+5
-0
No files found.
include/vlc_config.h
View file @
9adb17b9
...
@@ -80,8 +80,13 @@
...
@@ -80,8 +80,13 @@
/* DVD and VCD devices */
/* DVD and VCD devices */
#if !defined( WIN32 ) && !defined( UNDER_CE )
#if !defined( WIN32 ) && !defined( UNDER_CE )
#if defined(__OpenBSD__)
# define CD_DEVICE "/dev/cd0c"
# define DVD_DEVICE "/dev/cd0c"
#else
# define CD_DEVICE "/dev/cdrom"
# define CD_DEVICE "/dev/cdrom"
# define DVD_DEVICE "/dev/dvd"
# define DVD_DEVICE "/dev/dvd"
#endif
#else
#else
# define CD_DEVICE "D:"
# define CD_DEVICE "D:"
# define DVD_DEVICE NULL
# define DVD_DEVICE NULL
...
...
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