From a785a3e404bdba9e901431cf9d2e047e8d4b4c1a Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Wed, 18 Jul 2001 21:38:16 +0000 Subject: Split alsa drivers, more checks about versions. Made xine lib c++ compliant. CVS patchset: 308 CVS date: 2001/07/18 21:38:16 --- src/xine-engine/video_out.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'src/xine-engine/video_out.h') diff --git a/src/xine-engine/video_out.h b/src/xine-engine/video_out.h index f73f1a707..b1f00f6c6 100644 --- a/src/xine-engine/video_out.h +++ b/src/xine-engine/video_out.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: video_out.h,v 1.12 2001/07/10 19:33:05 guenter Exp $ + * $Id: video_out.h,v 1.13 2001/07/18 21:38:17 f1rmb Exp $ * * * xine version of video_out.h @@ -27,6 +27,10 @@ #ifndef HAVE_VIDEO_OUT_H #define HAVE_VIDEO_OUT_H +#ifdef __cplusplus +extern "C" { +#endif + #ifdef HAVE_CONFIG_H #include "config.h" #endif @@ -316,5 +320,9 @@ typedef struct vo_info_s { } vo_info_t; +#ifdef __cplusplus +} +#endif + #endif -- cgit v1.2.3