X-Git-Url: http://deadsoftware.ru/gitweb?p=d2df-sdl.git;a=blobdiff_plain;f=src%2Fgame%2FDoom2DF.lpr;h=834de4eb23b2de64b8fae90d328f0bf7c9339afe;hp=0e7d21877ce2ee6ffa2867fdc7b1d8da3bda1807;hb=f2222ab3f47c52963493918b02a57438e8b27e38;hpb=09a3fc27cebc28afeb6c54d6cbc69b8b792e604d diff --git a/src/game/Doom2DF.lpr b/src/game/Doom2DF.lpr index 0e7d218..834de4e 100644 --- a/src/game/Doom2DF.lpr +++ b/src/game/Doom2DF.lpr @@ -65,8 +65,7 @@ uses e_soundfile_wav in '../engine/e_soundfile_wav.pas', {$IFDEF USE_VORBIS} vorbis in '../lib/vorbis/vorbis.pas', - ogg in '../lib/vorbis/ogg.pas', - e_soundfile_ogg in '../engine/e_soundfile_ogg.pas', + e_soundfile_vorbis in '../engine/e_soundfile_vorbis.pas', {$ENDIF} {$IFDEF USE_FLUIDSYNTH} fluidsynth in '../lib/fluidsynth/fluidsynth.pas', @@ -84,6 +83,13 @@ uses mpg123 in '../lib/mpg123/mpg123.pas', e_soundfile_mp3 in '../engine/e_soundfile_mp3.pas', {$ENDIF} + {$IFDEF USE_OPUS} + opus in '../lib/opus/opus.pas', + e_soundfile_opus in '../engine/e_soundfile_opus.pas', + {$ENDIF} + {$IF DEFINED(USE_VORBIS) OR DEFINED(USE_OPUS)} + ogg in '../lib/vorbis/ogg.pas', // this has to come last because link order + {$ENDIF} {$ENDIF} ENet in '../lib/enet/enet.pp', e_graphics in '../engine/e_graphics.pas',