]> git.sesse.net Git - vlc/blobdiff - include/vlc_interface.h
Fix SRTP Roll-Over-Counter handling
[vlc] / include / vlc_interface.h
index 5ec36098338c08b8df63e9f957dc976d1305cea8..0dfe482360c14979341cc20eec3bc34e254d3512 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
+#if !defined( __LIBVLC__ )
+  #error You are not libvlc or one of its plugins. You cannot include this file
+#endif
+
 #ifndef _VLC_INTF_H_
 #define _VLC_INTF_H_