[vlc-devel] commit: Put a warning for developers ( Rémi Denis-Courmont )
git version control
git at videolan.org
Wed Feb 17 17:48:25 CET 2010
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed Feb 17 18:48:13 2010 +0200| [2a371fbfc98b0d8be0bbbd67574287f9c6e941bd] | committer: Rémi Denis-Courmont
Put a warning for developers
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2a371fbfc98b0d8be0bbbd67574287f9c6e941bd
---
src/control/libvlc_internal.h | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/control/libvlc_internal.h b/src/control/libvlc_internal.h
index 522620a..7ab347d 100644
--- a/src/control/libvlc_internal.h
+++ b/src/control/libvlc_internal.h
@@ -36,6 +36,10 @@
#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
***************************************************************************/
More information about the vlc-devel
mailing list