From a0e4af17618aadb8698a76ce0fbf1574df352239 Mon Sep 17 00:00:00 2001 From: cas Date: Fri, 9 Jun 2000 14:09:51 +0000 Subject: [PATCH] No comments --- src/CDLFront/CDLFront_CMPLRS.edl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/CDLFront/CDLFront_CMPLRS.edl b/src/CDLFront/CDLFront_CMPLRS.edl index d531d56..e678014 100755 --- a/src/CDLFront/CDLFront_CMPLRS.edl +++ b/src/CDLFront/CDLFront_CMPLRS.edl @@ -7,8 +7,11 @@ @set %CDLFront_CMPLRS_EDL = ""; @if ( %Station == "hp" ) then - @string %CMPLRS_C_Options += " -Ae"; + @string %CMPLRS_C_ModeOpt = " -Ae -DNo_Exception " ; @endif; +@if ( %Station == "lin" ) then + @string %CMPLRS_C_ModeOpt = " -O2 -DNo_Exception " ; +@endif; @endif; -- 2.39.5