Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
e00996a4
Commit
e00996a4
authored
Dec 26, 2002
by
Stephan Assmus
Browse files
added 'extern "C"' to some includes
parent
b12cefac
Changes
2
Hide whitespace changes
Inline
Side-by-side
modules/gui/beos/AudioOutput.cpp
View file @
e00996a4
...
...
@@ -2,7 +2,7 @@
* AudioOutput.cpp: BeOS audio output
*****************************************************************************
* Copyright (C) 1999, 2000, 2001 VideoLAN
* $Id: AudioOutput.cpp,v 1.2
1
2002/12/
1
6
20:18:42 titer
Exp $
* $Id: AudioOutput.cpp,v 1.2
2
2002/12/
2
6
18:17:38 stippi
Exp $
*
* Authors: Jean-Marc Dressler <polux@via.ecp.fr>
* Samuel Hocevar <sam@zoy.org>
...
...
@@ -34,9 +34,12 @@
#include
<SoundPlayer.h>
#include
<media/MediaDefs.h>
#include
<vlc/vlc.h>
#include
<vlc/aout.h>
extern
"C"
{
#include
<aout_internal.h>
}
/*****************************************************************************
* aout_sys_t: BeOS audio output method descriptor
...
...
modules/gui/beos/VlcWrapper.cpp
View file @
e00996a4
...
...
@@ -2,7 +2,7 @@
* VlcWrapper.cpp: BeOS plugin for vlc (derived from MacOS X port)
*****************************************************************************
* Copyright (C) 2001 VideoLAN
* $Id: VlcWrapper.cpp,v 1.1
3
2002/12/
09 07:57:04 titer
Exp $
* $Id: VlcWrapper.cpp,v 1.1
4
2002/12/
26 18:17:38 stippi
Exp $
*
* Authors: Florian G. Pflug <fgp@phlo.org>
* Jon Lech Johansen <jon-vl@nanocrew.net>
...
...
@@ -28,8 +28,10 @@
#include
<vlc/vlc.h>
#include
<vlc/intf.h>
extern
"C"
{
#include
<audio_output.h>
#include
<aout_internal.h>
}
#include
"VlcWrapper.h"
...
...
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