DEADSOFTWARE

osx: fix library linking
[d2df-sdl.git] / src / lib / opus / opus.pas
index b236e4786c318f9b65b3ca83dcf1bf44f80aafc7..85329e614016ffcad082a6c68a020536508f1c2d 100644 (file)
@@ -20,6 +20,8 @@ uses
   {$ENDIF}
 {$ELSEIF DEFINED(UNIX)}
   {$DEFINE OPUS_DYNAMIC}
+  {$LINKLIB libopus}
+  {$LINKLIB libopusfile}
   const opuslib = 'libopus.so';
   const opusfilelib = 'libopusfile.so';
 {$ELSE}