[vlc-devel] commit: include vlc_common ( Rémi Denis-Courmont )

git version control git at videolan.org
Sun Jun 1 09:11:59 CEST 2008


vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Sun Jun  1 10:11:34 2008 +0300| [6349569ec884998211024e3288b41ae3fa6adc6c]

include vlc_common

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6349569ec884998211024e3288b41ae3fa6adc6c
---

 src/control/libvlc_internal.h |    9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)

diff --git a/src/control/libvlc_internal.h b/src/control/libvlc_internal.h
index 4573f88..2ed4d18 100644
--- a/src/control/libvlc_internal.h
+++ b/src/control/libvlc_internal.h
@@ -32,13 +32,10 @@
 #include <vlc/vlc.h>
 #include <vlc/libvlc_structures.h>
 
+#include <vlc_common.h>
 #include <vlc_arrays.h>
 #include <vlc_input.h>
 
-# ifdef __cplusplus
-extern "C" {
-# endif
-
 /***************************************************************************
  * Internal creation and destruction functions
  ***************************************************************************/
@@ -352,8 +349,4 @@ void libvlc_event_send(
 #define RAISEZERO( psz,a... ) { libvlc_exception_raise( p_e, psz,##a ); \
                                 return 0; }
 
-# ifdef __cplusplus
-}
-# endif
-
 #endif




More information about the vlc-devel mailing list