From 31165436df4d69f34b3323a9d9ed31c0c400bc86 Mon Sep 17 00:00:00 2001
From: Rodrigo Braz Monteiro <zeratul@cellosoft.com>
Date: Wed, 23 Jan 2008 22:31:56 +0000
Subject: [PATCH] Updated win64 config0.h

Originally committed to SVN as r1823.
---
 aegisub/win64/config0.h | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/aegisub/win64/config0.h b/aegisub/win64/config0.h
index 3776ff22b..0ba0fa4cc 100644
--- a/aegisub/win64/config0.h
+++ b/aegisub/win64/config0.h
@@ -60,6 +60,11 @@
 //#define WITH_DIRECTSOUND
 
 
+// Enable Avisynth
+// Requires: nothing (just the avisynth dlls)
+//#define WITH_AVISYNTH
+
+
 
 ///////////// MEDIUM PRIORITY ////////////
 
@@ -124,3 +129,22 @@
 // Requires: Ruby 1.9
 //#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
-- 
GitLab