mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
Updated config0.h to include the Perl define
Originally committed to SVN as r1748.
This commit is contained in:
parent
dae9dfaee4
commit
cf38dbe139
@ -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…
x
Reference in New Issue
Block a user