# HG changeset patch # User ods15 # Date 1122101495 0 # Node ID f0d22e076a7d728d04fe78560459fd8fff8ea1aa # Parent 20ca1f456ae7aadbd87b6c014564647dd31b7d86 1000l to me. Broke compilation when EDL is disabled. diff -r 20ca1f456ae7 -r f0d22e076a7d mencoder.c --- a/mencoder.c Sat Jul 23 01:57:36 2005 +0000 +++ b/mencoder.c Sat Jul 23 06:51:35 2005 +0000 @@ -1702,10 +1702,12 @@ decode_video(sh_video, frame_data->start, frame_data->in_size, !softskip); } +#ifdef USE_EDL if (print_info) mp_msg(MSGT_MENCODER, MSGL_STATUS, "EDL SKIP: Start: %.2f End: %.2lf Current: V: %.2f A: %.2f \r", next_edl_record->start_sec, next_edl_record->stop_sec, sh_video->pts, a_pts); +#endif } if (interrupted) return 2; return 1;