]> git.sesse.net Git - vlc/blobdiff - include/vlc_demux.h
* Expand the ugly hack to also let automake define OBJCLINK and friends
[vlc] / include / vlc_demux.h
index ce2a695deff9dac764d78405689b8d09f9379406..97982ebc35367a427c9c9a7c192fa1e0cceb6fd4 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_DEMUX_H
 #define _VLC_DEMUX_H 1