hedgewars/uVideoRec.pas
changeset 7286 068adc6948e3
parent 7280 fd707afbc3a2
child 7306 3cff5c769509
equal deleted inserted replaced
7284:24c6fa591866 7286:068adc6948e3
    14  * You should have received a copy of the GNU General Public License
    14  * You should have received a copy of the GNU General Public License
    15  * along with this program; if not, write to the Free Software
    15  * along with this program; if not, write to the Free Software
    16  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
    16  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
    17  *)
    17  *)
    18 
    18 
       
    19 
    19 {$INCLUDE "options.inc"}
    20 {$INCLUDE "options.inc"}
    20 
    21 
    21 unit uVideoRec;
    22 unit uVideoRec;
       
    23 
       
    24 {$IFNDEF USE_VIDEO_RECORDING}
       
    25 interface
       
    26 implementation
       
    27 end.
       
    28 {$ELSE}
    22 
    29 
    23 {$IFDEF UNIX}
    30 {$IFDEF UNIX}
    24     {$LINKLIB avwrapper}
    31     {$LINKLIB avwrapper}
    25     {$LINKLIB avutil}
    32     {$LINKLIB avutil}
    26     {$LINKLIB avcodec}
    33     {$LINKLIB avcodec}
   301     if flagPrerecording then
   308     if flagPrerecording then
   302         StopPreRecording();
   309         StopPreRecording();
   303 end;
   310 end;
   304 
   311 
   305 end.
   312 end.
       
   313 
       
   314 {$ENDIF} // USE_VIDEO_RECORDING