summaryrefslogtreecommitdiffstats
path: root/edl.c
diff options
context:
space:
mode:
authoriive <iive@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-01-29 12:24:43 +0000
committeriive <iive@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-01-29 12:24:43 +0000
commit80d8313b709dd356f9dfdb3303da4611eda0a911 (patch)
tree5b477f3037996e743ad398793bf222ed0b47b371 /edl.c
parent20817ae85ed85a79a4436699aebf6fd843b83242 (diff)
downloadmpv-80d8313b709dd356f9dfdb3303da4611eda0a911.tar.bz2
mpv-80d8313b709dd356f9dfdb3303da4611eda0a911.tar.xz
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> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14608 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'edl.c')
-rw-r--r--edl.c3
1 files changed, 3 insertions, 0 deletions
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
/**