forked from mia/Aegisub
Updated config0.h to include the Perl define
Originally committed to SVN as r1748.
This commit is contained in:
parent
dae9dfaee4
commit
cf38dbe139
1 changed files with 10 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue