DEADSOFTWARE

`fix` static libvorbis
authorfgsfds <pvt.fgsfds@gmail.com>
Tue, 3 Sep 2019 03:55:11 +0000 (06:55 +0300)
committerfgsfds <pvt.fgsfds@gmail.com>
Tue, 3 Sep 2019 03:55:11 +0000 (06:55 +0300)
src/game/Doom2DF.lpr
src/lib/vorbis/vorbis.pas

index cd61dfefbf0ab826d393d10d69b6b65e8e51e21c..0e7d21877ce2ee6ffa2867fdc7b1d8da3bda1807 100644 (file)
@@ -64,8 +64,8 @@ uses
   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',
+    ogg in '../lib/vorbis/ogg.pas',
     e_soundfile_ogg in '../engine/e_soundfile_ogg.pas',
   {$ENDIF}
   {$IFDEF USE_FLUIDSYNTH}
index 8962f5046fe7efcbbd17aaefaad982917c0e56f9..a4a21b5dc86e5b195f987a55a8340d3298895f40 100644 (file)
@@ -28,8 +28,8 @@ uses
 
 {$IF DEFINED(WINDOWS)}
   {$IFDEF VORBIS_WINDOZE_STATIC}
-    {$LINKLIB libvorbis.a}
     {$LINKLIB libvorbisfile.a}
+    {$LINKLIB libvorbis.a}
   {$ELSE}
     {$DEFINE OGG_DYNAMIC}
     const vorbislib = 'libvorbis-0.dll';