]> git.sesse.net Git - vlc/commitdiff
Put a warning for developers
authorRémi Denis-Courmont <remi@remlab.net>
Wed, 17 Feb 2010 16:48:13 +0000 (18:48 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Wed, 17 Feb 2010 16:48:13 +0000 (18:48 +0200)
src/control/libvlc_internal.h

index 522620a7bb6ad1c64c9acf76539547238d37a16f..7ab347d7aefd415eeeafabe49cf79acf8f94ae56 100644 (file)
 
 #include <vlc_common.h>
 
+/* 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
  ***************************************************************************/