From: RĂ©mi Denis-Courmont Date: Wed, 17 Feb 2010 16:48:13 +0000 (+0200) Subject: Put a warning for developers X-Git-Tag: 1.1.0-pre1~873 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=2a371fbfc98b0d8be0bbbd67574287f9c6e941bd;p=vlc Put a warning for developers --- diff --git a/src/control/libvlc_internal.h b/src/control/libvlc_internal.h index 522620a7bb..7ab347d7ae 100644 --- a/src/control/libvlc_internal.h +++ b/src/control/libvlc_internal.h @@ -36,6 +36,10 @@ #include +/* Note well: this header is included from LibVLC core. + * Therefore, static inline functions MUST NOT call LibVLC functions here + * (this can cause linkage failure on some platforms). */ + /*************************************************************************** * Internal creation and destruction functions ***************************************************************************/