From 2a371fbfc98b0d8be0bbbd67574287f9c6e941bd Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Wed, 17 Feb 2010 18:48:13 +0200 Subject: [PATCH] Put a warning for developers --- src/control/libvlc_internal.h | 4 ++++ 1 file changed, 4 insertions(+) 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 ***************************************************************************/ -- 2.39.2