DEADSOFTWARE

Sound: OpenAL: OGG/Vorbis support
[d2df-sdl.git] / src / game / Doom2DF.lpr
index 9277239bbda6ce8dce35792842adea6f05382be7..cd61dfefbf0ab826d393d10d69b6b65e8e51e21c 100644 (file)
@@ -63,6 +63,11 @@ uses
   AL in '../lib/openal/al.pas',
   e_soundfile in '../engine/e_soundfile.pas',
   e_soundfile_wav in '../engine/e_soundfile_wav.pas',
+  {$IFDEF USE_VORBIS}
+    ogg in '../lib/vorbis/ogg.pas',
+    vorbis in '../lib/vorbis/vorbis.pas',
+    e_soundfile_ogg in '../engine/e_soundfile_ogg.pas',
+  {$ENDIF}
   {$IFDEF USE_FLUIDSYNTH}
     fluidsynth in '../lib/fluidsynth/fluidsynth.pas',
     e_soundfile_fluid in '../engine/e_soundfile_fluid.pas',