From 84079aa7a13fd58e10d4b23f98524b477cd5cab5 Mon Sep 17 00:00:00 2001 From: Rodrigo Braz Monteiro Date: Thu, 10 Jan 2008 21:13:50 +0000 Subject: [PATCH] Updated the config file. Originally committed to SVN as r1671. --- aegisub/win32/config0.h | 73 ++++++++++++++++++++++------------------- 1 file changed, 40 insertions(+), 33 deletions(-) diff --git a/aegisub/win32/config0.h b/aegisub/win32/config0.h index 78c93de23..d845d3e71 100644 --- a/aegisub/win32/config0.h +++ b/aegisub/win32/config0.h @@ -37,6 +37,8 @@ #pragma once +////////////// HIGH PRIORITY ///////////// + // Enable Automation // Requires: Lua (in repository) //#define WITH_AUTOMATION @@ -47,14 +49,48 @@ //#define WITH_AUTO3 +// Enable DirectSound audio player +// Requires: DirectX SDK +//#define WITH_DIRECTSOUND + + +///////////// MEDIUM PRIORITY //////////// + +// Enable FreeType2 font lister for the fonts collector +// Requires: FreeType2 +//#define WITH_FREETYPE2 + + +// Enable CSRI, required for styles previews in the style editor and some video providers +// Requires: csri +//#define WITH_CSRI + + +// Enable universal charset detector, so Aegisub can automatically detect the encoding of non-unicode subtitles +// Requires: universalcharset (in repository) +//#define WITH_UNIVCHARDET + + +// Enable Hunspell-based spellchecker +// Requires: hunspell +//#define WITH_HUNSPELL + + +/////////////// LOW PRIORITY //////////// + // Enable DirectShow video provider -// Requires: DirectShow "baseclasses", Platform SDK? +// Requires: DirectShow "baseclasses", DirectX SDK //#define WITH_DIRECTSHOW -// Enable DirectSound audio player -// Requires: PlatformSDK? -//#define WITH_DIRECTSOUND +// Enable FontConfig +// Requires: fontconfig +//#define WITH_FONTCONFIG + + +// Enable libass +// Requires: libass +//#define WITH_LIBASS // Enable FFmpeg video and audio decoders @@ -66,32 +102,3 @@ // Requires: Ruby 1.9 //#define WITH_RUBY - -// Enable FreeType2 font lister for the fonts collector -// Requires: FreeType2 -//#define WITH_FREETYPE2 - - -// Enable Hunspell-based spellchecker -// Requires: hunspell -//#define WITH_HUNSPELL - - -// Enable FontConfig -// Requires: fontconfig -//#define WITH_FONTCONFIG - - -// Enable CSRI -// Requires: csri -//#define WITH_CSRI - - -// Enable libass -// Requires: libass -//#define WITH_LIBASS - - -// Enable universal charset detector -// Requires: universalcharset (in repository) -//#define WITH_UNIVCHARDET