]> git.sesse.net Git - vlc/blobdiff - src/version.c
configure: Set the proper werror variable when creating vlc-config.in
[vlc] / src / version.c
index bc0cbe963687f5c43926a157d7e4fb13900d85f3..e2e7e25102e66e6607bab747b411b12a238d8f68 100644 (file)
@@ -28,7 +28,7 @@
 # include "config.h"
 #endif
 
-#include <vlc/vlc.h>
+#include <vlc_common.h>
 
 /*****************************************************************************
  * VLC_Version: return the libvlc version.
@@ -54,9 +54,3 @@ DECLARE_VLC_VERSION( CompileBy, COMPILE_BY );
 DECLARE_VLC_VERSION( CompileHost, COMPILE_HOST );
 DECLARE_VLC_VERSION( CompileDomain, COMPILE_DOMAIN );
 DECLARE_VLC_VERSION( Compiler, COMPILER );
-
-extern const char psz_vlc_changeset[];
-const char* VLC_Changeset( void )
-{
-    return psz_vlc_changeset;
-}