]> git.sesse.net Git - vlc/commit
* Makefile.am: New file version.c, generated at each 'make' command.
authorChristophe Massiot <massiot@videolan.org>
Wed, 17 Aug 2005 14:39:07 +0000 (14:39 +0000)
committerChristophe Massiot <massiot@videolan.org>
Wed, 17 Aug 2005 14:39:07 +0000 (14:39 +0000)
commit2851705c32f14a69dcf115859481f0e4267d9ac2
treedd071995bfbaeeea3ff35bec756c01b8bd0bc9b6
parent606657480ad9bf46664eea80f2a8e49aabc02d37
 * Makefile.am: New file version.c, generated at each 'make' command.
 * toolbox: New --update-version switch, which builds the version.c file
   from current date, user/hostname/domainname, compiler version and
   svn changeset.
 * src/libvlc.c: Exported API to access data from version.c.
 * modules/control/http.c: New variables vlc_compile_time, vlc_compile_by,
   vlc_compile_host, vlc_compile_domain, vlc_compiler and vlc_changeset.
Makefile.am
include/vlc/vlc.h
include/vlc_common.h
include/vlc_symbols.h
modules/control/http.c
src/libvlc.c
toolbox