Commit e00996a4 authored by Stephan Assmus's avatar Stephan Assmus

added 'extern "C"' to some includes

parent b12cefac
......@@ -2,7 +2,7 @@
* AudioOutput.cpp: BeOS audio output
*****************************************************************************
* Copyright (C) 1999, 2000, 2001 VideoLAN
* $Id: AudioOutput.cpp,v 1.21 2002/12/16 20:18:42 titer Exp $
* $Id: AudioOutput.cpp,v 1.22 2002/12/26 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
......
......@@ -2,7 +2,7 @@
* VlcWrapper.cpp: BeOS plugin for vlc (derived from MacOS X port)
*****************************************************************************
* Copyright (C) 2001 VideoLAN
* $Id: VlcWrapper.cpp,v 1.13 2002/12/09 07:57:04 titer Exp $
* $Id: VlcWrapper.cpp,v 1.14 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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment