]> git.sesse.net Git - vlc/blobdiff - src/libvlc.h
macosx: remove 'embedded' image files from the xcodeproj
[vlc] / src / libvlc.h
index a4ef280268286b4cf594e05aa1d0f1aa8903a435..34070cee228e17235697dc93a1c02660eeb5fa97 100644 (file)
@@ -25,6 +25,8 @@
 #ifndef LIBVLC_LIBVLC_H
 # define LIBVLC_LIBVLC_H 1
 
+extern const char psz_vlc_changeset[];
+
 typedef struct variable_t variable_t;
 
 /* Actions (hot keys) */
@@ -41,6 +43,7 @@ void system_Init      ( void );
 void system_Configure ( libvlc_int_t *, int, const char *const [] );
 void system_End       ( void );
 
+void vlc_CPU_init(void);
 void vlc_CPU_dump(vlc_object_t *);
 
 /*
@@ -65,12 +68,6 @@ void vlc_assert_locked (vlc_mutex_t *);
 # define vlc_assert_locked( m ) (void)m
 #endif
 
-/*
- * CPU capabilities
- */
-extern uint32_t cpu_flags;
-uint32_t CPUCapabilities( void );
-
 /*
  * LibVLC exit event handling
  */