blob: be0fe5686cfc584884d90a235969c03e378efec7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
-- File: ExprIntrp_CMPLRS.edl
-- Author: Prestataire Pascal BABIN
-- History: Wed Jan 15 10:02:48 1997 Prestataire Pascal BABIN Creation
-- Copyright: Matra Datavision 1997
@ifnotdefined ( %ExprIntrp_CMPLRS_EDL) then
@set %ExprIntrp_CMPLRS_EDL = "";
@if ( %Station == "hp" ) then
@string %CMPLRS_C_Options = %CMPLRS_C_Options " -Ae";
@endif;
@endif;
|