]> git.sesse.net Git - vlc/blobdiff - include/vlc_httpd.h
A bit of vlc/libvlc cleanup:
[vlc] / include / vlc_httpd.h
index 708882988add1e6822d09510b7ead0c221ca91a2..b2e212365311ab9eb5e9d10f60936c514a9d2028 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_HTTPD_H
 #define _VLC_HTTPD_H 1