diff --git a/aegisub/win32/config0.h b/aegisub/win32/config0.h index e35682fce..1c7711105 100644 --- a/aegisub/win32/config0.h +++ b/aegisub/win32/config0.h @@ -58,6 +58,7 @@ //#define WITH_DIRECTSOUND + ///////////// MEDIUM PRIORITY //////////// // Enable FreeType2 font lister for the fonts collector @@ -86,6 +87,7 @@ //#define WITH_OLD_HUNSPELL + /////////////// LOW PRIORITY //////////// // Enable DirectShow video provider @@ -93,6 +95,14 @@ //#define WITH_DIRECTSHOW +// Enable Perl scripting +// Requires: perl library (ActivePerl comes with one for Visual C++ under lib\core\) +//#define WITH_PERL + + + +///////////// NOT RECOMMENDED ///////////// + // Enable FontConfig // Requires: fontconfig //#define WITH_FONTCONFIG