Skip to content
Extraits de code Groupes Projets
Valider b0df479a rédigé par Thomas Goyne's avatar Thomas Goyne
Parcourir les fichiers

Add git_version.h and config_windows0.h

parent 0a5fa6ff
Aucune branche associée trouvée
Étiquettes v3.0.0
Aucune requête de fusion associée trouvée
#define BUILD_GIT_VERSION_NUMBER 7013
#define BUILD_GIT_VERSION_STRING "3.0.0"
#define TAGGED_RELEASE 1
......@@ -66,7 +66,7 @@
// Enable FFMS2 video and audio providers
// Requires: FFMS2 SDK
//#define WITH_FFMS2
#define WITH_FFMS2
#ifdef WITH_FFMS2
#pragma comment(lib, "ffms2.lib")
#endif
......@@ -107,7 +107,7 @@
// FFTW <http://fftw.org/> is a very fast library for computing the discrete fourier transform, but is a bit
// tricky to get working on Windows, and has the additional problem of being GPL licensed.
// Enable this option to use FFTW to get faster rendering of the audio spectrogram
//#define WITH_FFTW3
#define WITH_FFTW3
#ifdef WITH_FFTW3
#pragma comment(lib,libfftw.lib)
#endif
......@@ -124,20 +124,20 @@
// Where the update checker should look for updates
#define UPDATE_CHECKER_SERVER "updates.aegisub.org"
#define UPDATE_CHECKER_BASE_URL "/trunk"
#define UPDATE_CHECKER_BASE_URL "/3.0.0"
///////////// NOT RECOMMENDED /////////////
// Enable FontConfig
// Requires: fontconfig
//#define WITH_FONTCONFIG
#define WITH_FONTCONFIG
#ifdef WITH_FONTCONFIG
#pragma comment(lib,"libfontconfig.lib")
#endif
// Enable libass
// Requires: libass
//#define WITH_LIBASS
#define WITH_LIBASS
#ifdef WITH_LIBASS
#pragma comment(lib, "libass.lib")
#endif
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter