hedgewars/uVideoRec.pas
branchflibqtfrontend
changeset 8304 620560c89284
parent 8279 c03d64969112
child 8370 0c79946e96f8
equal deleted inserted replaced
8282:1f81bcce3ee6 8304:620560c89284
    28 {$ELSE}
    28 {$ELSE}
    29 
    29 
    30 {$IFNDEF WIN32}
    30 {$IFNDEF WIN32}
    31     {$LINKLIB ../bin/libavwrapper.a}
    31     {$LINKLIB ../bin/libavwrapper.a}
    32 {$ENDIF}
    32 {$ENDIF}
    33 {$IFDEF DARWIN}
       
    34     {$LINKLIB bz2}
       
    35     {$LINKFRAMEWORK CoreVideo}
       
    36     {$LINKFRAMEWORK VideoDecodeAcceleration}
       
    37 {$ENDIF}
       
    38 
    33 
    39 interface
    34 interface
    40 
    35 
    41 var flagPrerecording: boolean = false;
    36 var flagPrerecording: boolean = false;
    42 
    37