Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
fb1b3cf4
Commit
fb1b3cf4
authored
Jan 27, 2003
by
Johan Bilien
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ALL: some FreeBSD compilation fixes. gnome plugin still won't compile,
at least on FreeBSD 5.0
parent
f716766a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
modules/access/vcd/cdrom.c
modules/access/vcd/cdrom.c
+2
-2
modules/audio_output/oss.c
modules/audio_output/oss.c
+4
-2
No files found.
modules/access/vcd/cdrom.c
View file @
fb1b3cf4
...
...
@@ -2,7 +2,7 @@
* cdrom.c: cdrom tools
*****************************************************************************
* Copyright (C) 1998-2001 VideoLAN
* $Id: cdrom.c,v 1.
6 2002/12/02 18:19:43 sam
Exp $
* $Id: cdrom.c,v 1.
7 2003/01/27 21:35:06 jobi
Exp $
*
* Authors: Johan Bilien <jobi@via.ecp.fr>
* Gildas Bazin <gbazin@netcourrier.com>
...
...
@@ -438,7 +438,7 @@ int ioctl_GetTracksMap( vlc_object_t *p_this, const vcddev_t *p_vcddev,
struct
ioc_toc_header
tochdr
;
struct
ioc_read_toc_entry
toc_entries
;
if
(
ioctl
(
p_vcddev
->
i_devic
d
_handle
,
CDIOREADTOCHEADER
,
&
tochdr
)
if
(
ioctl
(
p_vcddev
->
i_devic
e
_handle
,
CDIOREADTOCHEADER
,
&
tochdr
)
==
-
1
)
{
msg_Err
(
p_this
,
"could not read TOCHDR"
);
...
...
modules/audio_output/oss.c
View file @
fb1b3cf4
...
...
@@ -2,7 +2,7 @@
* oss.c : OSS /dev/dsp module for vlc
*****************************************************************************
* Copyright (C) 2000-2002 VideoLAN
* $Id: oss.c,v 1.4
6 2003/01/20 10:59:29 massiot
Exp $
* $Id: oss.c,v 1.4
7 2003/01/27 21:35:06 jobi
Exp $
*
* Authors: Michel Kaempf <maxx@via.ecp.fr>
* Samuel Hocevar <sam@zoy.org>
...
...
@@ -57,7 +57,9 @@
#ifndef AFMT_AC3
# define AFMT_AC3 0x00000400
/* Dolby Digital AC3 */
#endif
#ifndef AFMT_S16_NE
# define AFMT_S16_NE 0x00000010
#endif
/*****************************************************************************
* aout_sys_t: OSS audio output method descriptor
*****************************************************************************
...
...
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