]> git.sesse.net Git - vlc/blobdiff - include/vlc/vlc.h
Separate libvlccore and libvlc headers
[vlc] / include / vlc / vlc.h
index 09707063248f6165e4303c850df1244e17300536..e40c6c00f6adfbe322699bbcf9a754b11502c738 100644 (file)
 #ifndef _VLC_VLC_H
 #define _VLC_VLC_H 1
 
+# ifdef __LIBVLC__
+#  include <vlc_common.h> /* FIXME */
+# endif
+
 # ifdef __cplusplus
 extern "C" {
 # endif
 
-#include <vlc/common.h>
 #include <vlc/libvlc_structures.h>
 #include <vlc/libvlc_events.h>
 #include <vlc/libvlc.h>