hedgewars/uVideoRec.pas
changeset 7816 a25e943dd4b0
parent 7804 9122461ae32b
child 7850 fcbb024090a4
--- a/hedgewars/uVideoRec.pas	Wed Oct 24 18:44:23 2012 +0100
+++ b/hedgewars/uVideoRec.pas	Thu Oct 25 01:16:13 2012 +0200
@@ -30,6 +30,11 @@
 {$IFNDEF WIN32}
     {$LINKLIB ../bin/libavwrapper.a}
 {$ENDIF}
+{$IFDEF DARWIN}
+    {$LINKLIB bz2}
+    {$LINKFRAMEWORK CoreVideo}
+    {$LINKFRAMEWORK VideoDecodeAcceleration}
+{$ENDIF}
 
 interface