Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
fb1b3cf4
Commit
fb1b3cf4
authored
Jan 27, 2003
by
Johan Bilien
Browse files
* 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
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
200
2/12/02 18:19:43 sam
Exp $
* $Id: cdrom.c,v 1.
7
200
3/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/2
0 10:59:29 massiot
Exp $
* $Id: oss.c,v 1.4
7
2003/01/2
7 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
Supports
Markdown
0%
Try again
or
attach a new 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