]> git.sesse.net Git - vlc/blobdiff - bindings/python/vlc_module.c
A bit of vlc/libvlc cleanup:
[vlc] / bindings / python / vlc_module.c
index ba2fd32c50aeaef7a581309f92fba2731a6ccd64..94fba63455928e93bd9a557e57b4182fd0407403 100644 (file)
@@ -22,7 +22,8 @@
  *****************************************************************************/
 
 /* We need to access some internal features of VLC (for vlc_object) */
-#define __VLC__
+/* This is gruik as we are not libvlc at all */
+#define __LIBVLC__
 
 
 #include "vlcglue.h"