From 80d8313b709dd356f9dfdb3303da4611eda0a911 Mon Sep 17 00:00:00 2001 From: iive Date: Sat, 29 Jan 2005 12:24:43 +0000 Subject: several sets of headers declare global variables in them, which causes multiple definition errors with gcc 4.x patch by Alexander Strange git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14608 b3059339-0415-0410-9bf9-f77b7e298cf2 --- edl.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'edl.c') diff --git a/edl.c b/edl.c index 162de1e03c..86c1b00f82 100644 --- a/edl.c +++ b/edl.c @@ -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 /** -- cgit v1.2.3