mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
Updated win64 config0.h
Originally committed to SVN as r1823.
This commit is contained in:
parent
092876d8dc
commit
31165436df
@ -60,6 +60,11 @@
|
|||||||
//#define WITH_DIRECTSOUND
|
//#define WITH_DIRECTSOUND
|
||||||
|
|
||||||
|
|
||||||
|
// Enable Avisynth
|
||||||
|
// Requires: nothing (just the avisynth dlls)
|
||||||
|
//#define WITH_AVISYNTH
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
///////////// MEDIUM PRIORITY ////////////
|
///////////// MEDIUM PRIORITY ////////////
|
||||||
|
|
||||||
@ -124,3 +129,22 @@
|
|||||||
// Requires: Ruby 1.9
|
// Requires: Ruby 1.9
|
||||||
//#define WITH_RUBY
|
//#define WITH_RUBY
|
||||||
|
|
||||||
|
|
||||||
|
// Enable PortAudio audio player
|
||||||
|
// Requires PortAudio release 18
|
||||||
|
//#define WITH_PORTAUDIO
|
||||||
|
|
||||||
|
|
||||||
|
// Enable ALSA audio player
|
||||||
|
// Requires Linux and libasound
|
||||||
|
//#define WITH_ALSA
|
||||||
|
|
||||||
|
|
||||||
|
// Enable OpenAL audio player
|
||||||
|
// Requires OpenAL development libraries and headers
|
||||||
|
//#define WITH_OPENAL
|
||||||
|
|
||||||
|
|
||||||
|
// Enable Pulse Audio audio player
|
||||||
|
// Requires libpulse (and a *NIX compatible system and a running sound server to actually use)
|
||||||
|
//#define WITH_PULSEAUDIO
|
||||||
|
Loading…
x
Reference in New Issue
Block a user