diff edl.c @ 14607:7a80c6ac5058

several sets of headers declare global variables in them, which causes multiple definition errors with gcc 4.x patch by Alexander Strange <astrange ithinksw.com>
author iive
date Sat, 29 Jan 2005 12:24:43 +0000
parents 567875b88aab
children 664b06b907cb
line wrap: on
line diff
--- a/edl.c	Fri Jan 28 10:12:28 2005 +0000
+++ b/edl.c	Sat Jan 29 12:24:43 2005 +0000
@@ -5,6 +5,9 @@
 #include "edl.h"
 #include "help_mp.h"
 
+char *edl_filename; // file to extract EDL entries from (-edl)
+char *edl_output_filename; // file to put EDL entries in (-edlout)
+
 #ifdef USE_EDL
 
 /**