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
e00996a4
Commit
e00996a4
authored
Dec 26, 2002
by
Stephan Assmus
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added 'extern "C"' to some includes
parent
b12cefac
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
modules/gui/beos/AudioOutput.cpp
modules/gui/beos/AudioOutput.cpp
+4
-1
modules/gui/beos/VlcWrapper.cpp
modules/gui/beos/VlcWrapper.cpp
+3
-1
No files found.
modules/gui/beos/AudioOutput.cpp
View file @
e00996a4
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* AudioOutput.cpp: BeOS audio output
* AudioOutput.cpp: BeOS audio output
*****************************************************************************
*****************************************************************************
* Copyright (C) 1999, 2000, 2001 VideoLAN
* Copyright (C) 1999, 2000, 2001 VideoLAN
* $Id: AudioOutput.cpp,v 1.2
1 2002/12/16 20:18:42 titer
Exp $
* $Id: AudioOutput.cpp,v 1.2
2 2002/12/26 18:17:38 stippi
Exp $
*
*
* Authors: Jean-Marc Dressler <polux@via.ecp.fr>
* Authors: Jean-Marc Dressler <polux@via.ecp.fr>
* Samuel Hocevar <sam@zoy.org>
* Samuel Hocevar <sam@zoy.org>
...
@@ -34,9 +34,12 @@
...
@@ -34,9 +34,12 @@
#include <SoundPlayer.h>
#include <SoundPlayer.h>
#include <media/MediaDefs.h>
#include <media/MediaDefs.h>
#include <vlc/vlc.h>
#include <vlc/vlc.h>
#include <vlc/aout.h>
#include <vlc/aout.h>
extern
"C"
{
#include <aout_internal.h>
#include <aout_internal.h>
}
/*****************************************************************************
/*****************************************************************************
* aout_sys_t: BeOS audio output method descriptor
* aout_sys_t: BeOS audio output method descriptor
...
...
modules/gui/beos/VlcWrapper.cpp
View file @
e00996a4
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* VlcWrapper.cpp: BeOS plugin for vlc (derived from MacOS X port)
* VlcWrapper.cpp: BeOS plugin for vlc (derived from MacOS X port)
*****************************************************************************
*****************************************************************************
* Copyright (C) 2001 VideoLAN
* 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>
* Authors: Florian G. Pflug <fgp@phlo.org>
* Jon Lech Johansen <jon-vl@nanocrew.net>
* Jon Lech Johansen <jon-vl@nanocrew.net>
...
@@ -28,8 +28,10 @@
...
@@ -28,8 +28,10 @@
#include <vlc/vlc.h>
#include <vlc/vlc.h>
#include <vlc/intf.h>
#include <vlc/intf.h>
extern
"C"
{
#include <audio_output.h>
#include <audio_output.h>
#include <aout_internal.h>
#include <aout_internal.h>
}
#include "VlcWrapper.h"
#include "VlcWrapper.h"
...
...
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